PHP Classes

PHP Database HTML Table and Form Generator: Generate HTML grids and lists from database data

Recommend this page to a friend!
  Info   View files Documentation   View files View files (9)   DownloadInstall with Composer Download .zip   Reputation   Support forum (2)   Blog    
Ratings Unique User Downloads Download Rankings
Not yet rated by the usersTotal: 220 This week: 1All time: 8,270 This week: 560Up
Version License PHP version Categories
obj 1.0.0Free for non-comm...5HTML, PHP 5, Databases
Description 

Author

This package can generate HTML grids and lists from database data.

It provides classes to connect to a database using PDO and then it generates output in HTML from the database query results.

Currently it can output a grid using HTML tables to display query results and generates a form select input with options retrieved from query results.

Sevaral components, 1)Grid/Database table data, 2)Lista/Select fixed or based on a database table and a template for any database table itself.
A proposed framework for framing Report, Form and databse access for any database table that makes it independent of the databse used.

Picture of Joćo Coimbra
  Performance   Level  
Name: Joćo Coimbra <contact>
Classes: 1 package by
Country: Brazil Brazil
Age: ???
All time rank: 4082331 in Brazil Brazil
Week rank: 416 Up36 in Brazil Brazil Up

Documentation

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).

  Files folder image Files  
File Role Description
Accessible without login Plain text file CliExe.php Aux. Execute the option
Accessible without login Plain text file frmCli.php Appl. Form
Accessible without login Plain text file frmCliFrame.php Aux. Divide the screen
Accessible without login Plain text file frmCliGrid.php Aux. Grid part
Plain text file objCli.php Class Layer for a database table
Plain text file objDB.php Class Database layer
Plain text file objGrid1.php Class Grid component
Plain text file objLista.php Class Select component
Accessible without login Plain text file readme.txt Doc. Readme

 Version Control Unique User Downloads Download Rankings  
 0%
Total:220
This week:1
All time:8,270
This week:560Up