Public Member Functions | |
| __construct ($mainTblPrefix, $statsTblPrefix) | |
| executeSqlScript ($sqlStr, $onErrorCallback=false) | |
| onErrorCallback ($query, $error, $errno) | |
| toClaroQuery ($sql) | |
Protected Member Functions | |
| pmaParse ($sql) | |
Protected Attributes | |
| $mainTblPrefix | |
| $statsTblPrefix | |
Installer class
Definition at line 32 of file installer.class.php.
| __construct | ( | $ | mainTblPrefix, | |
| $ | statsTblPrefix | |||
| ) |
Definition at line 36 of file installer.class.php.
| executeSqlScript | ( | $ | sqlStr, | |
| $ | onErrorCallback = false | |||
| ) |
Definition at line 42 of file installer.class.php.
| onErrorCallback | ( | $ | query, | |
| $ | error, | |||
| $ | errno | |||
| ) |
Definition at line 69 of file installer.class.php.
| pmaParse | ( | $ | sql | ) | [protected] |
Definition at line 84 of file installer.class.php.
| toClaroQuery | ( | $ | sql | ) |
Definition at line 74 of file installer.class.php.
$mainTblPrefix [protected] |
Definition at line 34 of file installer.class.php.
$statsTblPrefix [protected] |
Definition at line 34 of file installer.class.php.
1.6.3