Re: converting loadModel to App::import

2008-01-10 Thread rtconner
I dunno why it says App::import. I believe (from whay I know) you should be using ClassRegistry::init now. On Jan 10, 6:15 am, lordG <[EMAIL PROTECTED]> wrote: > Hi Conankun, > > Did you get a solution to this? Sounds like the App class is not being > loaded (sorry for stating the obvious i think

Re: converting loadModel to App::import

2008-01-10 Thread lordG
Hi Conankun, Did you get a solution to this? Sounds like the App class is not being loaded (sorry for stating the obvious i think). Have you gotten the latest release and ensured all the correct files are in the right places? G --~--~-~--~~~---~--~~ You received t

converting loadModel to App::import

2007-12-23 Thread conankun
Hi, does anyone know how to convert loadModel() to App::import properly? I have something like this (this works): class MenuComponent extends Object { function getMenu(&$controller) { loadModel('Menu'); blah... blah... } } then I try to ch