PHP Classes

File: readme.txt

Recommend this page to a friend!
  Classes of Joćo Coimbra   PHP Database HTML Table and Form Generator   readme.txt   Download  
File: readme.txt
Role: Documentation
Content type: text/plain
Description: Readme
Class: PHP Database HTML Table and Form Generator
Generate HTML grids and lists from database data
Author: By
Last change:
Date: 3 years ago
Size: 500 bytes
 

Contents

Class file image Download
MyComponents works like that: User sees a full screen divided on 2 parts, the data Grid on top, and the Form fields on the bottom. The Grid uses the objGrid1.php class, where it can choose to select the record that should be edited in the form. On the Form, every time that there is a need of selecting a list of values, either from fixed values or from a table, the objLista.php class can be called. All the database access ar made by the objDB.php class. The sample table is Cliente(id, nome).