Hi all, I wanna start making a forum application with CakePHP and I'm asking for suggestions:
What is the best structure for the application? I want it to run in a /forum subfolder, but I think the MVC structure doesn't help it. I think the best think to do is to create separate controller for the forums index, topics index and topics posts, but it won't be acessible by the /forum subfolder. The other way is to create a unique 'Forums' controller to manage everything, but it will get more complex using the model relations and MVC structure than making it by "pure" php. So, I conclude that the best thing to do would be to put the "forum controllers" in a subfolder, this way: /app/controllers/forum/index.php /app/controllers/forum/topics.php /app/controllers/forum/posts.php It's possible using CodeIgniter, but what about using Cake?? Any other structures suggestions are welcomed. Thank You :) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
