Hi Jack, Can I assume that you have studied the CakePHP book and found the chapter "Code generation with Bake"? http://book.cakephp.org/view/113/Code-Generation-with-Bake That should help you on the way to produce a CRUD enabled application for managing your products. Enjoy, John
On Mar 19, 2:18 pm, Jack CakePHP <[email protected]> wrote: > Dears, > > I am new to Cakephp, and I would like build sample app to manage one > of the products, I wanna do the following things, and I wanna use CRUD > to create model, controllers based on BAKE: > > # Front end page for the visitors, they will see list of products in > the index page, and each products has more than pictures. Pagination > for the index page, and visitors they can search by product name. > # Control panel for my staff to manage the products, and customers. > Staff they are able to upload the pictures for the products. > # Control panel for the admin to manage employees. products, and > customers. > > I have created the database, and I hope you guidance me what I should > use in this application. > > I appreciated your advice and helps. Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" 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 To unsubscribe from this group, send email to cake-php+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
