Categories
Tags → Form Class Php

FormBuilder

FormBuilder is a PHP class that simplifies the process of creation and validation of HTML forms. It can also output the results in a text form and email them. FormBuilder in essence manages a collection of field classes that implement a standar...
DETAILS

safedata

Safedata is a PHP class that effectively disables both register_globals and magic_quotes. It includes wrapper functions for MySQL / MySQLi''s escape string functions and for htmlentities / htmlspecialchars that allow you to use both string...
DETAILS

Ister PHP Framework

The Ister PHP Framework is a class library providing a consistent object oriented framework to build web applications. Features are custom logging, database abstraction, encapsulation of HTTP, classes to configure applications, form processing and mo...
DETAILS

phpWheelForm

This project include a two components: a form scheme builder and PHP class. Builder mission is to make logical scheme of HTML form elements while PHP class generate a HTML form and collect the data sended on web server from end user then validate it ...
DETAILS

Doulos Web Application Framework

Doulos is a framework for rapidly developing object-oriented web applications in PHP using the Model View Controller (MVC) paradigm. It elegantly reduces the total code to be written, manages and validates form data, encapsulates SQL databases, and m...
DETAILS

dbForm

PHP class that creates a Web Data Entry Form for a database table and handles all processing of the form including validation of data, inserts, updates and deletes. Very customisable and flexible. Uses ADODB to connect to databases and simple Templates.
DETAILS

PHP and UML Class Diagrams

UML (Unified Modelling Language) is a mechanism for representing software in the form of diagrams. Essentially it allows to design our applications by drawing, and if the right tools existed, even generate code from the diagrams. In this article we&a...
DETAILS

PHP Form Validation Class

Form_Validator Class is a PHP object that can be used to validate the presence of HTML form data. By &"validating&", the function simply checks if a variable is NOT NULL. The class is intended to be called AFTER the end-user has sub...
DETAILS

chainedSelectors: A Better Way to Drop-down a PHP List

Intended for programmers interested in experimenting with complex user interface elements, this tutorial explores using PHP to generate JavaScript based on data in a database. This tutorial explains a class called chainedSelectors. This class helps y...
DETAILS

Snoopy

Snoopy is a PHP class that simulates a web browser. It automates the task of retrieving web page content and posting forms, for example. Some of Snoopy''s features include: easily fetch the contents of a web page, easily fetch the text from a we...
DETAILS

Page:
©2003-2008 jCay.com