| Recommend this page to a friend! |
| All class groups | > | All authors | > | Packages of Adeeyo Sulaiman Adesola (2) | > | Mission progress status | > | Reputation |
|
||||||||||||||||||||||||||||||
| 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 |
| ||||
| 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. |
| ||||
| 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 |