Re: Latest additions to 1.2

2007-12-07 Thread Aaron Shafovaloff
I figured everything out. I'm an idiot :-) On Dec 7, 10:24 am, Aaron Shafovaloff <[EMAIL PROTECTED]> wrote: > Using latest SVN I get: > > Fatal error: Call to undefined method ClassRegistry::init() > > On Dec 7, 6:00 am, francky06l <[EMAIL PROTECTED]> wrote: > > > ClassRegistry::init('plugin.mod

Re: Latest additions to 1.2

2007-12-07 Thread Aaron Shafovaloff
I went back to trying loadModel and it's weird, on two different machines I have the same SVN updates of cake and my app. I've triple- checked this. But on one machine I get: Warning (512): loadModel is deprecated see App::import('Model', 'ModelName'); [CORE\cake\basics.php, line 1036] And on t

Re: Latest additions to 1.2

2007-12-07 Thread Aaron Shafovaloff
Using latest SVN I get: Fatal error: Call to undefined method ClassRegistry::init() On Dec 7, 6:00 am, francky06l <[EMAIL PROTECTED]> wrote: > ClassRegistry::init('plugin.modelname'); should work. > > On Dec 6, 10:49 pm, Aaron Shafovaloff <[EMAIL PROTECTED]> wrote: > > > Ahhh specifically it wo

Re: Latest additions to 1.2

2007-12-07 Thread francky06l
ClassRegistry::init('plugin.modelname'); should work. On Dec 6, 10:49 pm, Aaron Shafovaloff <[EMAIL PROTECTED]> wrote: > Ahhh specifically it works when you manually do an import, but you > can't yet use dot notation with "uses" at the top of your controller. > > On Nov 17, 9:17 pm, Gwoo <[EMAIL

Re: Latest additions to 1.2

2007-12-06 Thread Aaron Shafovaloff
Ahhh specifically it works when you manually do an import, but you can't yet use dot notation with "uses" at the top of your controller. On Nov 17, 9:17 pm, Gwoo <[EMAIL PROTECTED]> wrote: > Several people voiced opinions about plugins and in an effort to make > them more flexible we added the fu

Re: Latest additions to 1.2

2007-12-06 Thread Aaron Shafovaloff
Unfortunately, in the latest SVN revision it dot notation doesn't seem to be working. And the error page is telling me to create a class name with a dot in it. On Nov 17, 9:17 pm, Gwoo <[EMAIL PROTECTED]> wrote: > Several people voiced opinions about plugins and in an effort to make > them more f

Re: Latest additions to 1.2

2007-11-30 Thread Aaron Shafovaloff
Excellent!!! On Nov 17, 9:17 pm, Gwoo <[EMAIL PROTECTED]> wrote: > Several people voiced opinions aboutpluginsand in an effort to make > them more flexible we added the functionality to access models > acrosspluginsand the main application in the current 1.2 branch. Use the > dot notation "Plugi

Re: Latest additions to 1.2

2007-11-18 Thread FoxMaSk
Good News, as i have an entire CMS to migrate to cakephp. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group

Latest additions to 1.2

2007-11-17 Thread Gwoo
Several people voiced opinions about plugins and in an effort to make them more flexible we added the functionality to access models across plugins and the main application in the current 1.2 branch. Use the dot notation "Plugin.Model" to access models in the plugin and "Model" to access the model