Configuration
Configuration keys for the Solar_Sql_Model
class.
catalog
(dependency) A Solar_Sql_Model_Catalog to find other models with.
Default:
'model_catalog'
sql
(dependency) A Solar_Sql dependency.
Default:
'sql'
cache
(dependency) A Solar_Cache dependency for the Solar_Sql_Model_Cache object.
Default:
array ( 'adapter' => 'Solar_Cache_Adapter_None', )
table_scan
(bool) Connect to the database and scan the table for its column descriptions, creating the table and indexes if not already present.
Default:
true
auto_cache
(bool) Automatically maintain the data cache.
Default:
false