1
0

Added custom Hitcounter component

This commit is contained in:
2014-07-20 21:29:07 +02:00
parent d7e056a4ee
commit b5327bf993
5 changed files with 187 additions and 3 deletions

View File

@@ -48,6 +48,14 @@ return ArrayX::merge(
// application components
'components' =>
[
'hitcounter' =>
[
'class' => 'CHitCounter',
'table_stats' => '{{hc_stats}}',
'table_today' => '{{hc_today}}',
],
'bootstrap' =>
[
'class' => 'bootstrap.components.TbApi',