PHP Classes

Packages of Adeeyo Sulaiman Adesola

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Adeeyo Sulaiman Adesola (2)  >  Mission progress status  >  Reputation  
Picture of Adeeyo Sulaiman Adesola
Name: Adeeyo Sulaiman Adesola <contact>
Classes: 2
Country: Nigeria Nigeria
Age: 35
All time rank: 233014 in Nigeria Nigeria
Week rank: 195 Up6 in Nigeria Nigeria Up
All time users: 1033
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 MySQL Query Paginator  
Generate pagination links to browse MySQL results
This class can generate pagination links to browse MySQL results.

It can take as parameters a SQL query and the limit of query results to display per page.

The class can execute the SQL query to determine the total number of rows and generate HTML links to browse from the current page to other pages listing the results.

  Files folder image SQL Sanitizer for MySQL  
Encode literal values to use in MySQL SQL queries
This class can encode literal values to use in MySQL SQL queries.

It takes a given literal value of a given type and encodes it so it can be used safely in MySQL queries.

The class supports SQL data types: text, date, long, integer, double.

Text values are encoded using the real_escape_string function using a previously established connection to a MySQL database using the MySQLi extension.


  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