Hi guys,
I'm trying to setup existing script, actually trying to migrate
existing script to new version.
And I have in my app_controller.php

<?php
uses('L10n');
uses('I18n');
 loadModel('Menu');

class AppController extends Controller {

  static $FLASH_ALLOWED_TYPES = array('error', 'valid', 'notice');

  var $helpers = array('Html', 'Form', 'Time', 'Text', 'Javascript',
'Ajax', 'Session', 'Application', 'User', 'PhotoShow', 'GroupShow',
'GiftShow');

  var $components = array('Cookie', 'RequestHandler');


AND I CANT SEE IT IN VEIW,...
getting this error message

Fatal error: Call to undefined function loadModel() in /home/weedguy/
weedzag.com/html/app/app_controller.php on line 4

any suggestion...???

Thanks

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to