Added a couple helpers, including Html, to our app controller and removed Html from each individual controller

git-svn-id: file:///svn-source/pmgr/branches/initial_20090526@65 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-06-03 22:33:03 +00:00
parent 24730fda1b
commit e586268dee
7 changed files with 1 additions and 12 deletions

View File

@@ -35,6 +35,7 @@
* @subpackage cake.app
*/
class AppController extends Controller {
var $helpers = array('Html', 'Number', 'Time');
function sideMenuLinks() {
return array(