Index: trunk/kernel/units/statistics/statistics_config.php =================================================================== diff -u -N --- trunk/kernel/units/statistics/statistics_config.php (revision 8015) +++ trunk/kernel/units/statistics/statistics_config.php (revision 0) @@ -1,65 +0,0 @@ - 'stat', - 'ItemClass' => Array('class' => 'kDBItem', 'file' => '', 'build_event' => 'OnItemBuild'), - 'ListClass' => Array('class' => 'kDBList', 'file' => '', 'build_event' => 'OnListBuild'), - 'EventHandlerClass' => Array('class' => 'StatisticsEventHandler', 'file' => 'statistics_event_handler.php', 'build_event' => 'OnBuild'), - 'TagProcessorClass' => Array('class' => 'StatisticsTagProcessor', 'file' => 'statistics_tag_processor.php', 'build_event' => 'OnBuild'), - - 'AutoLoad' => true, - - 'QueryString' => Array( - 1 => 'id', - 2 => 'page', - 3 => 'event', - 4 => 'mode', - ), - - 'IDField' => 'StatItemId', - - 'TitleField' => 'ListLabel', - - 'TitlePresets' => Array( - 'statistics_list' => Array('prefixes' => Array('stat_List'), 'format' => "!la_title_Statistics! (#stat_recordcount#)"), - ), - - 'TableName' => TABLE_PREFIX.'StatItem', - - 'ListSQLs' => Array('' => 'SELECT %1$s.* %2$s FROM %1$s'), - 'ItemSQLs' => Array('' => 'SELECT %1$s.* %2$s FROM %1$s'), - - 'ListSortings' => Array( - '' => Array( - 'Sorting' => Array('Priority' => 'asc'), - ) - ), - - 'Fields' => Array( - 'StatItemId' => Array('type' => 'int', 'not_null' => 1, 'default' => 0), - 'Module' => Array('type' => 'string','not_null' => '1','default' => ''), - 'ValueSQL' => Array('type' => 'string','default' => null), - 'ResetSQL' => Array('type' => 'string','default' => null), - 'ListLabel' => Array('type' => 'string','not_null' => 1, 'default' => ''), - 'Priority' => Array('type' => 'int','not_null' => 1, 'default' => 0), - 'AdminSummary' => Array('type' => 'int','not_null' => 1, 'default' => 0), - ), - - - - 'Grids' => Array( - 'Default' => Array( - 'Icons' => Array('default' => 'icon16_custom.gif'), - 'Fields' => Array( - 'Login' => Array('title' => 'la_col_Username', 'data_block' => 'grid_checkbox_td'), - 'LastName' => Array( 'title'=>'la_col_LastName'), - 'FirstName' => Array( 'title'=>'la_col_FirstName'), - ), - ), - - - ), - - ); - -?> \ No newline at end of file