PHP Classes

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

Recommend this page to a friend!
  Info   Documentation   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not yet rated by the usersTotal: 223 All time: 8,240 This week: 46Up
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

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 (9)  
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

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 0%
Total:223
This week:0
All time:8,240
This week:46Up