Db
- Namespace: \Redaxscript
- Description: children class to handle the database
- Package: Redaxscript
- Category: Db
- Author: Henry Ruhs
- Method: _addJoinSource
- Method: _addOrderBy
- Method: _addWhere
Properties
Property | Type | Visibility | Description |
---|---|---|---|
_config | protected | ||
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
construct | public | constructor of the class |
init | public | init the class |
getStatus | public | get the database status |
setAutoIncrement | public | set the auto increment |
countTablePrefix | public | count table with prefix |
forTablePrefix | public | for table with prefix |
leftJoinPrefix | public | left join with prefix |
whereLikeMany | public | where like with many |
whereLanguageIs | public | where language is |
findFlatArray | public | find the flat array |
orderBySetting | public | order by global setting |
limitBySetting | public | limit by global setting |
getSetting | public | get the value from settings |
Method | Visibility | Description |