Re: Possible to put components and elements in plugin?

2007-04-29 Thread gerbenzomp
You can't (if I am guessing correctly?) from one of your app views render an element from a plugin unless you explicitly tell cake exactly where the file is (3rd parameter iirc). Can anyone explain how to do this exactly? --~--~-~--~~~---~--~~ You received

Re: Possible to put components and elements in plugin?

2007-04-20 Thread gerbenzomp
Thanks for the reply! Your guess was right: I want to expand your mini- contollers approach, by giving each widget a settings page, which is loaded through ajax after a user clicks the edit button on a widget. This means I'll have to create controller and a view for the widget (edit.thml for

Re: Possible to put components and elements in plugin?

2007-04-12 Thread AD7six
On 10 abr, 15:38, gerbenzomp [EMAIL PROTECTED] wrote: I heavily use AD7six's mini-controllers approach (http://www.noswad.me.uk/MiBlog/MiniControllers) and because I combine this approach with the normal approach of having a model, controller, view, it would really be nice if I could

Possible to put components and elements in plugin?

2007-04-10 Thread gerbenzomp
I heavily use AD7six's mini-controllers approach (http:// www.noswad.me.uk/MiBlog/MiniControllers) and because I combine this approach with the normal approach of having a model, controller, view, it would really be nice if I could bundle all this into a plugin. Is it possible to have components