Need Cake PHP design help

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
devilinc
Forum Newbie
Posts: 16
Joined: Fri Nov 12, 2010 1:07 am

Need Cake PHP design help

Post by devilinc »

Here is my scenario. I have a tab namely catalogs which has categories and products under it.

Catalog is lets say the menu of categories and when we click on category we get to see the products under it.
So, Now, do i have to make separate controllers for catalog, categories and products? because i use models for categories and products but not for catalogs
Post Reply