|
Agile Toolkit
4.2
Agile Toolkit is a powerful web development framework. Inspired by GUI Applications development
|
Public Member Functions | |
| init () | |
| calc_found_rows () | |
| describe ($table) | |
This is a MySQL driver for Dynamic SQL. To make Agile Toolkit support your PDO-compatible database create your own class DB_dsql_myclass and redefine rendering methods which appear differently on your database.
| calc_found_rows | ( | ) |
Sets flag to hint SQL (if supported) to prepare total number of columns. Use foundRows() to read this afterwards
Reimplemented from DB_dsql.
| describe | ( | $ | table | ) |
| init | ( | ) |
Initialize object. Always call parent
This method is called for initialization
Reimplemented from AbstractObject.