On Oct 10, 11:24 pm, AD7six <[EMAIL PROTECTED]> wrote:
> On Oct 10, 10:45 pm, Steve <[EMAIL PROTECTED]> wrote:
>
> > I just always thought of plugins to be completely independent from the
> > app and can be plugged-in to any cakephp app, which would not be the
> > case for my "modules". Some posts may use models from other modules.
>
> > For example, I can have a posts module that could have hasmany
> > relationships user module, and comments module. Yet, I want those 3
> > things (user, post, comment) to be separated. Can the plugin system
> > actually make that work?
>
> > Some modules may use other modules
>
> A quick module of the documentation seems in order
Ps you know for everything except views you can create subfolders?
controllers
anything
these_controller.php
at
those_controller.php
all
others_controller.php
multiple
random
pointless
nesting
files_controller.php
models
anything
this.php
at
that.php
all
other.php
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" 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
-~----------~----~----~----~------~----~------~--~---