Changeset 356 for trunk/app/app_controller.php
- Timestamp:
- 03/29/08 18:26:25 (8 months ago)
- Files:
-
- 1 modified
-
trunk/app/app_controller.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/app_controller.php
r339 r356 11 11 12 12 public $helpers = array('Html', 'Form', 'Session'); 13 14 //deprecated public $allow = array('view', 'display', 'subscribe', 'recover', 'reply', 'register', 'insert', 'vote', 'entry', 'download', 'blog','portfolio', 'about', 'signup', 'message', 'search', 'directory', 'bloggers', 'add', 'rss', 'discussion');15 13 16 14 public function beforeFilter()
