Installer
- Namespace: \Redaxscript
- Description: parent class to install the database
- Category: Installer
- Package: Redaxscript
- Author: Henry Ruhs
Properties
Property | Type | Visibility | Description |
---|---|---|---|
_registry | protected | ||
_request | protected | ||
_language | protected | ||
_config | protected | ||
_directory | protected | ||
_prefixPlaceholder | protected | ||
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
__construct | public | constructor of the class |
init | public | init the class |
rawCreate | public | create from sql |
rawDrop | public | drop from sql |
rawMigrate | public | migrate from sql |
insertData | public | insert the data |
insertCategories | public | insert the categories |
insertArticles | public | insert the articles |
insertExtras | public | insert the extras |
insertComments | public | insert the comments |
insertGroups | public | insert the groups |
insertUsers | public | insert the users |
insertModules | public | insert the modules |
insertSettings | public | insert the settings |
_rawExecute | protected | execute from sql |
_validateFileByVersion | protected | validate file by version |
Method | Visibility | Description |