| Recommend this page to a friend! |
| All class groups | > | All authors | > | Packages of zengwenjie (3) | > | 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 be used to generate a class to access the records of a table as objects. It takes the name of a table and a list of fields to generates a PHP class with functions to store and retrieve objects of that class in the specified fields of the given table. The generated class includes getter and setter functions, as well functions to retrieve, insert and update records in the database using the class variables. |
| ||||
| This class can be used to search for a word in MySQL tables. It accesses a given MySQL database and retrieves the list of all tables and text fields. The class can execute SQL queries that search for records in all tables and all their text fields that contain the given word in their values. It displays the value of the first table field of all records that were found as result of the search query. |
| 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 |