Class ConfigTableMap
This class defines the structure of the 'config' table.
This map class is used by Propel to do runtime db structure discovery. For example, the createSelectSql() method checks the type of a given column used in an ORDER BY clause to know whether it needs to apply SQL to make the ORDER BY case-insensitive (i.e. if it's a text column type).
- TableMap
-
Thelia\Model\map\ConfigTableMap
Namespace: Thelia\Model\map
Package: propel\generator\Thelia\Model\map
Located at core/lib/Thelia/Model/map/ConfigTableMap.php
Package: propel\generator\Thelia\Model\map
Located at core/lib/Thelia/Model/map/ConfigTableMap.php
public
|
#
initialize( )
Initialize the table attributes, columns and validators Relations are not initialized by this method since they are lazy loaded |
public
|
|
public
array
|
string |
CLASS_NAME
|
'Thelia.Model.map.ConfigTableMap' |
#
The (dot-path) name of this class |