Inheritance diagram for Tools_List:
Collaboration diagram for Tools_List:Public Member Functions | |
| updateViews () | |
| performsql () | |
Protected Member Functions | |
| _processFiles () | |
| _prepareSQL ($sSQL, $iSQLlen) | |
Protected Attributes | |
| $_sThisTemplate = 'tools_list.tpl' | |
Admin systeminfo manager. Returns template, that arranges two other templates ("tools_list.tpl" and "tools_main.tpl") to frame.
Definition at line 8 of file tools_list.php.
| Tools_List._prepareSQL | ( | $ | sSQL, | |
| $ | iSQLlen | |||
| ) | [protected] |
Method parses givent SQL queries string and returns array on success
| string | $sSQL SQL queries | |
| integer | $iSQLlen query lenght |
Definition at line 167 of file tools_list.php.
| Tools_List._processFiles | ( | ) | [protected] |
| Tools_List.performsql | ( | ) |
Method performs user passed SQL query
Definition at line 33 of file tools_list.php.
| Tools_List.updateViews | ( | ) |
Performs full view update
Definition at line 21 of file tools_list.php.
Tools_List.$_sThisTemplate = 'tools_list.tpl' [protected] |
Reimplemented from oxAdminView.
Definition at line 16 of file tools_list.php.
1.7.1