Changeset 31 for trunk/app/app_controller.php
- Timestamp:
- 07/14/07 14:14:29 (18 months ago)
- Files:
-
- 1 modified
-
trunk/app/app_controller.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/app_controller.php
r28 r31 7 7 8 8 // html is always needed, othauth helper is not a must, but you can do some cool things with it (see later on) 9 public $helpers = array('Html', 'othAuth' );9 public $helpers = array('Html', 'othAuth', 'Javascript', 'Form'); 10 10 11 11 // tags authorized to inputfilter
