There is no requirement to have a one-to-one relationship between
models and controllers. Chris Hartjes talks about this in his blog:
http://www.littlehart.net/atthekeyboard/2009/01/04/cakephp-mythbusters/

You can run your entire application with a single controller if that
makes sense for you.

I have a controller that uses a nested set of tables with all sorts of
HABTM relationships for the bulk of the work on my app, and it works
very well.


On Feb 5, 8:33 am, persivo_cunha <ricky...@gmail.com> wrote:
> If necessary, i can post my code.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to