Skip to content

Commit

Permalink
Updated feature: Port the functionality 'Statistics' to the Yii PHP f…
Browse files Browse the repository at this point in the history
…ramework - GCI2011 by Shitiz Garg

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_yii@11514 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Pieter Jan Speelmans committed Nov 27, 2011
1 parent d9cffe8 commit 7fe909c
Show file tree
Hide file tree
Showing 7 changed files with 899 additions and 827 deletions.
4 changes: 3 additions & 1 deletion application/controllers/AdminController.php
Expand Up @@ -119,7 +119,9 @@ public function actions()
'tokens' => 'application.controllers.admin.tokens',
'surveypermission' => 'application.controllers.admin.surveypermission',
'questiongroup' => 'application.controllers.admin.questiongroup',
'dumpdb' => 'application.controllers.admin.dumpdb',
'question' => 'application.controllers.admin.question',
'database' => 'application.controllers.admin.database',
'statistics' => 'application.controllers.admin.statistics',
);
}

Expand Down

0 comments on commit 7fe909c

Please sign in to comment.