NextDom\Managers\Parents\BaseManager
Base manager with commonts functions
Synopsis
class BaseManager
{
- // constants
- const CLASS_NAME = '';
- const DB_CLASS_NAME = '``';
- // members
- protected static $baseSQL = NULL;
- protected static $prefixedBaseSQL = NULL;
- // methods
- protected static string getBaseSQL()
- protected static string getPrefixedBaseSQL()
Constants
Name | Value |
---|---|
CLASS_NAME | '' |
DB_CLASS_NAME | '``' |
Members
protected
- $baseSQL — array
- $prefixedBaseSQL — array
Methods
protected
- getBaseSQL() — Get base of Select SQL
- getPrefixedBaseSQL() — Get prefixed base of Select SQL