Index: branches/5.3.x/core/units/fck/fck_config.php =================================================================== diff -u -N -r15483 -r15659 --- branches/5.3.x/core/units/fck/fck_config.php (.../fck_config.php) (revision 15483) +++ branches/5.3.x/core/units/fck/fck_config.php (.../fck_config.php) (revision 15659) @@ -1,6 +1,6 @@ 'fck', +$config = Array ( + 'Prefix' => 'fck', - 'QueryString' => Array ( - 1 => 'id', - 2 => 'event', - ), + 'QueryString' => Array ( + 1 => 'id', + 2 => 'event', + ), - 'ItemClass' => Array ('class' => 'kDBItem', 'file' => '', 'build_event' => 'OnItemBuild'), - 'ListClass' => Array('class' => 'kDBList', 'file' => '', 'build_event' => 'OnListBuild'), - 'EventHandlerClass' => Array('class'=>'FckEventHandler','file'=>'fck_eh.php','build_event'=>'OnBuild'), - 'TagProcessorClass' => Array('class' => 'FckTagProcessor', 'file' => 'fck_tp.php', 'build_event' => 'OnBuild'), + 'ItemClass' => Array ('class' => 'kDBItem', 'file' => '', 'build_event' => 'OnItemBuild'), + 'ListClass' => Array ('class' => 'kDBList', 'file' => '', 'build_event' => 'OnListBuild'), + 'EventHandlerClass' => Array ('class' => 'FckEventHandler', 'file' => 'fck_eh.php', 'build_event' => 'OnBuild'), + 'TagProcessorClass' => Array ('class' => 'FckTagProcessor', 'file' => 'fck_tp.php', 'build_event' => 'OnBuild'), - 'AutoLoad' => true, + 'AutoLoad' => true, - 'IDField' => '', + 'IDField' => '', - 'ParentTableKey' => '', - 'ForeignKey' => '', - 'AutoDelete' => false, - 'AutoClone' => false, - - 'CalculatedFields' => Array ( - '' => Array(), - ), - -// 'ListSQLs' => Array('' => 'SELECT %1$s.* %2$s FROM %1$s'), -// 'ItemSQLs' => Array('' => 'SELECT %1$s.* %2$s FROM %1$s'), - - 'Fields' => Array ( -// 'CustomDataId' => Array('type' => 'int', 'not_null' => 1, 'default' => 0), -// 'ResourceId' => Array('type' => 'int', 'not_null' => 1, 'default' => 0), - ), - ); \ No newline at end of file + 'ParentTableKey' => '', + 'ForeignKey' => '', + 'AutoDelete' => false, + 'AutoClone' => false, +); \ No newline at end of file