'confg', 'ItemClass' => Array('class'=>'kDBItem','file'=>'','build_event'=>'OnItemBuild'), 'ListClass' => Array('class'=>'kDBList','file'=>'','build_event'=>'OnListBuild'), 'EventHandlerClass' => Array('class'=>'ConfigGeneralEventHandler','file'=>'config_general_event_handler.php','build_event'=>'OnBuild'), 'TagProcessorClass' => Array('class'=>'ConfigGeneralTagProcessor','file'=>'config_general_tag_processor.php','build_event'=>'OnBuild'), 'AutoLoad' => true, 'AggregateTags' => Array( Array( 'AggregateTo' => 'm', 'AggregatedTagName' => 'AllowAffiliateRegistration', 'LocalTagName' => 'AllowAffiliateRegistration', ), ), 'QueryString' => Array( 1 => 'id', 2 => 'page', 3 => 'event', 4 => 'type', 5 => 'mode', ), 'Hooks' => Array( Array( 'Mode' => hBEFORE, 'Conditional' => false, 'HookToPrefix' => 'conf', 'HookToSpecial' => '', 'HookToEvent' => Array( 'OnUpdate' ), 'DoPrefix' => 'confg', 'DoSpecial' => '', 'DoEvent' => 'OnUpdate', ), ), 'IDField' => 'Name', 'TitleField' => 'Name', // field, used in bluebar when editing existing item 'TitlePhrase' => 'la_title_GeneralFields', 'TitlePresets' => Array( 'config_list' => Array('prefixes' => Array('confg_List'), 'format' => "!la_updating_config!"), ), 'TableName' => TABLE_PREFIX.'Modules', 'ListSQLs' => Array( ''=>'SELECT * FROM %s', ), // key - special, value - list select sql 'ItemSQLs' => Array( ''=>'SELECT * FROM %s', ), 'Fields' => Array( 'Name' => Array('type' => 'string','not_null' => '1','default' => ''), 'Path' => Array('type' => 'string','not_null' => '1','default' => ''), 'Var' => Array('type' => 'string','not_null' => '1','default' => ''), 'Version' => Array('type' => 'string','not_null' => '1','default' => ''), 'Loaded' => Array('type' => 'int','not_null' => '1','default' => '1'), 'LoadOrder' => Array('type' => 'int','not_null' => '1','default' => '0'), 'TemplatePath' => Array('type' => 'string','not_null' => '1','default' => ''), 'RootCat' => Array('type' => 'int','not_null' => '1','default' => '0'), 'BuildDate' => Array('type' => 'double','not_null' => '1','default' => '0'), ), 'VirtualFields' => Array(), 'Grids' => Array(), ); ?>