Wednesday, June 20, 2012

Re: Modules

+1 for being able to configure Cake like this!

IMHO, there's something much more elegant in the dir structure:

/Users
  /controllers
  /models
  /views

/Articles
  /controllers,
  etc!

Many other frameworks take this approach, and to me it  seems easier to modularise your code  - for example, if you wanted to share some code, but for whatever  reason didn't  want to use a plugin, you could just do  an svn external (or export, or copy, etc etc) to get a nice working component.
 
On Wednesday, 20 June 2012 15:37:13 UTC+1, André Luis wrote:
Is there any way to use modules in CakePHP, it should work like
plugins, but i dont want to use plugins to create modules... it would
have it´s own Model, View and Controller folders inside...

If there isnt this feature yet, it could be applyed on next updates,
couldnt?

--
Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.
 
 
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

No comments: