|
Open Sencillo
2014.008
|
Go to the source code of this file.
Variables | |
Sencillo SQL Installer | |
Core installer
| |
| $i =0 | |
| $afterBootUp =array() | |
| $afterBootUp [$i++] =new coreSencillo | |
| $seo =new headerSeo | |
| $PHPversion =explode(".",phpversion()) | |
| if(($_GET['install']!='true')&&($PHPversion[0]>=5)) | else |
| $file = new fileSystem('../yourcode.php') | |
| $delinsql | |
| $afterBootUp =array() |
Definition at line 29 of file core_installer.php.
| $afterBootUp[$i++] =new coreSencillo |
Definition at line 30 of file core_installer.php.
| $delinsql |
Definition at line 142 of file core_installer.php.
| $file = new fileSystem('../yourcode.php') |
Definition at line 93 of file core_installer.php.
| $i =0 |
Definition at line 28 of file core_installer.php.
| $PHPversion =explode(".",phpversion()) |
Definition at line 45 of file core_installer.php.
| $seo =new headerSeo |
Definition at line 31 of file core_installer.php.
| if (($_GET['install']!='true')&&($PHPversion[0]>=5)) else |
Definition at line 60 of file core_installer.php.