From what you're suggesting, you may need to take a long look at (Google the heck out of) render->element and RequestAction. Also, read up on caching.
Anything pluggable has bee known to cause issues. But rest assured, you'll be fine. I've seen cache times of 1 minute help dramatically. Also (I believe) CakePHP's caching clears cache when the database is updated. If not, it won't be hard to slap on a few beforeSave/Delete(s). On Fri, Feb 22, 2008 at 1:19 PM, Michał Szajbe <[EMAIL PROTECTED]> wrote: > > I like to treat site modules as set of controllers & models (maybe put > together in a plugin). Components are to offer some generic functions > to be used in any controller. > > And this draggable feature - it is user interface issue. It has > nothing to do with controllers, models, components (except maybe some > mechanisms to store positions of these draggables on the page). For > user interface use javascript in views. > > You should develop your app in a way that is easy to maintain later. > Write controllers separately from views. Write generic actions that > can handle both ajax and usual requests, etc. > > -- > Regards, > Michal > http://blog.szajbe.pl > > On 22 Lut, 12:21, Crabby <[EMAIL PROTECTED]> wrote: > > Hi guys > > > > I'm just learning Cake and would appreciate if anybody could advise > > me. > > > > I'm looking develop an (igoogle style) customisable interface with > > draggable modules using Cake. The modules will be a mixture of dynamic > > data IE latest blogs, latest news and static data. > > > > What would be the best way to develop these draggable modules, > > comonents, plugins, elements? I'm thinking components as each module > > would be like a mini controller but can components render there own > > view? > > > > Any help would be much appreciated. > > > > Terry > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
