'mod', 'ItemClass' => Array('class'=>'kDBItem','file'=>'','build_event'=>'OnItemBuild'), 'ListClass' => Array('class'=>'kDBList','file'=>'','build_event'=>'OnListBuild'), 'EventHandlerClass' => Array('class'=>'ModulesEventHandler','file'=>'modules_event_handler.php','build_event'=>'OnBuild'), 'TagProcessorClass' => Array('class'=>'kDBTagProcessor','file'=>'','build_event'=>'OnBuild'), 'AutoLoad' => true, 'hooks' => Array(), 'QueryString' => Array( 1 => 'id', 2 => 'page', 3 => 'event', ), 'IDField' => 'Name', 'TitleField' => 'Name', // field, used in bluebar when editing existing item 'TableName' => TABLE_PREFIX.'Modules', 'ListSQLs' => Array( ''=>'SELECT * FROM %s', ), // key - special, value - list select sql 'ItemSQLs' => Array( ''=>'SELECT * FROM %s', ), 'ListSortings' => Array(), '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(), ); ?>