'content', 'ItemClass' => Array('class'=>'kDBItem','file'=>'','build_event'=>'OnItemBuild'), 'ListClass' => Array('class'=>'kDBList','file'=>'','build_event'=>'OnListBuild'), 'EventHandlerClass' => Array('class'=>'kDBEventHandler','file'=>'','build_event'=>'OnBuild'), 'TagProcessorClass' => Array('class'=>'kDBTagProcessor','file'=>'','build_event'=>'OnBuild'), 'AutoLoad' => true, 'QueryString' => Array( 1 => 'id', 2 => 'Page', 3 => 'event', 4 => 'mode', ), 'IDField' => 'PageContentId', 'ParentTableKey'=> 'CategoryId', // linked field in master table 'ForeignKey' => 'PageId', // linked field in subtable 'ParentPrefix' => 'c', 'AutoDelete' => true, 'AutoClone' => true, 'TitleField' => 'ContentNum', // field, used in bluebar when editing existing item 'ViewMenuPhrase' => 'la_text_Pages', 'TitlePhrase' => 'la_text_PageContent', 'TitlePresets' => Array( 'default' => Array( 'new_status_labels' => Array('content'=>'!la_title_Adding_Content!'), 'edit_status_labels' => Array('content'=>'!la_title_Editing_Content!'), 'new_titlefield' => Array('content'=>''), ), 'content_edit' => Array('prefixes' => Array('content'), 'format' => '#content_status# - !la_title_General!'), ), 'TableName' => TABLE_PREFIX.'PageContent', // 'PermSection' => Array('main' => 'CATEGORY:in-portal:structure', ), 'ListSQLs' => Array('' => 'SELECT * FROM %s'), // key - special, value - list select sql 'ListSortings' => Array( '' => Array( 'Sorting' => Array('ContentNum' => 'asc'), ) ), 'ItemSQLs' => Array('' => 'SELECT * FROM %s'), 'Fields' => Array ( 'PageContentId' => Array('type' => 'int', 'not_null' => 1, 'default' => 0), 'ContentNum' => Array('type' => 'int','not_null' => 1, 'default' => 0), 'PageId' => Array('type' => 'int','not_null' => 1, 'default' => 0), 'Content' => Array('type' => 'string','formatter'=>'kMultiLanguage', 'format'=>'no_default', 'default' => ''), 'Translated' => Array ('type' => 'int', 'formatter' => 'kMultiLanguage', 'not_null' => 1, 'default' => 0, 'db_type' => 'tinyint', 'index_type' => 'int'), ), ); ?>