'fav', 'ItemClass' => Array('class'=>'kDBItem','file'=>'','build_event'=>'OnItemBuild'), 'ListClass' => Array('class'=>'kDBList','file'=>'','build_event'=>'OnListBuild'), 'EventHandlerClass' => Array('class'=>'FavoritesEventHandler','file'=>'favorites_event_handler.php','build_event'=>'OnBuild'), 'TagProcessorClass' => Array('class'=>'FavoritesTagProcessor','file'=>'favorites_tag_processor.php','build_event'=>'OnBuild'), 'AutoLoad' => true, 'Hooks' => Array( Array( 'Mode' => hAFTER, 'Conditional' => false, 'HookToPrefix' => 'p', 'HookToSpecial' => '-item', 'HookToEvent' => Array('OnAfterItemDelete'), 'DoPrefix' => '', 'DoSpecial' => '', 'DoEvent' => 'OnDeleteFavoriteItem', ), ), 'QueryString' => Array( 1 => 'id', 2 => 'page', 3 => 'event', ), 'IDField' => 'FavoriteId', 'TableName' => TABLE_PREFIX.'Favorites', 'ParentTableKey' => 'PortalUserId', // linked field in master table 'ForeignKey' => 'PortalUserId', // linked field in subtable 'ParentPrefix' => 'u', 'AutoDelete' => true, 'AutoClone' => true, 'ListSQLs' => Array( ''=>'SELECT * FROM %s', ), // key - special, value - list select sql 'ItemSQLs' => Array( ''=>'SELECT * FROM %s', ), 'ListSortings' => Array( '' => Array( 'Sorting' => Array('Modified' => 'desc'), ) ), 'Fields' => Array ( 'FavoriteId' => Array('type' => 'int','not_null' => '1','default' => ''), 'PortalUserId' => Array('type' => 'int','not_null' => '1','default' => '0'), 'ResourceId' => Array('type' => 'int','not_null' => '1','default' => '0'), 'ItemTypeId' => Array('type' => 'int','not_null' => '1','default' => '0'), 'Modified' => Array('type' => 'int','not_null' => '1','default' => '#NOW#'), ), 'VirtualFields' => Array(), 'Grids' => Array(), ); ?>