lithium\data\Model::$_autoConfig
Holds an array of values that should be processed on Model::config()
. Each value should
have a matching protected property (prefixed with _
) defined in the class. If the
property is an array, the property name should be the key and the value should be 'merge'
.
Source
protected $_autoConfig = [
'meta',
'finders',
'query',
'schema',
'classes',
'initializers'
];