On Sun, May 27, 2012 at 10:21 PM, Jacob Brunson <[email protected]> wrote: > Add User (so an admin can create a new user) > List Users (the admin can see all registered users) > Add Item (the admin can add an 'item' to the database) > > I am very unsure of what to name my Model, Controller, and Views. > AdminsController, Admin, [add_user, list_users, add_item]? It just doesn't > seem right. >
A users model and controller with actions for add and index. An items model and controller with actions for add. Is this what you mean? Mike. -- 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 [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
