PHP Classes

Packages of Kamran Shahid Butt

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Kamran Shahid Butt (3)  >  Mission progress status  >  Reputation  
Picture of Kamran Shahid Butt
Name: Kamran Shahid Butt <contact>
Classes: 3
Country: Pakistan Pakistan
Age: 42
All time rank: 108114 in Pakistan Pakistan
Week rank: 195 Up3 in Pakistan Pakistan Up
All time users: 2988
Week users: 0
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image Grid  
Display database query results in an HTML table
This class can be used to display database query results in an HTML table.

It can execute a given SQL query and generate an HTML table that displays the query results.

The class can generate table header links to sort the results by a given row, alternate the styles of odd and even rows, display listing pagination links, and links to edit or delete row records.

A separate class is responsible for accessing a MySQL database to execute queries and retrieve results.
RatingsUtility Consistency Documentation Examples Tests Videos Overall Rank
All time: 85% 75% - - - - 50% 2742
Month: Not yet rated by the users

  Files folder image MySQL Connection File  
Execute MySQL queries and display pagination links
This class can execute MySQL queries and display pagination links.

It can establish a connection to a given MySQL database and perform several types of database access related operations. Currently it can:

- Execute queries that may return results or not
- Get the number of result rows, the last inserted identifier or the number of affected rows
- Get query result rows into arrays
- Display pagination links to browse query result pages
- Generate form select input HTML from query results
RatingsUtility Consistency Documentation Examples Tests Videos Overall Rank
All time: 43% 43% - - - - 26% 4430
Month: Not yet rated by the users

  Files folder image PHP Database Class Generator  
Generate classes to access MySQL databases
This class can generate classes to access MySQL databases.

It connects to a given MySQL database and retrieves the list of its tables.

The class generates class files for each table that can perform several types of database operations like INSERT, UPDATE and DELETE records, retrieve the record with a given identifier, display database table record data using the Grid class, generate form select input from values of the table, etc..

The generated code is stored in a PHP script with the name based on the database table under a directory with the database name. The class also creates the necessary directories.
RatingsUtility Consistency Documentation Examples Tests Videos Overall Rank
All time: 83% 75% - 75% - - 56% 1794
Month: Not yet rated by the users


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z