All Questions
Tagged with cakephp controller
4 questions
4
votes
2
answers
2k
views
CakePHP static pages (without entity) but with dynamic content
I have a few pages that is not connected with entities (index page, terms of use page, email page).
Detailed description: In CakePHP, when you want to have a static page (such as index for example), ...
2
votes
0
answers
159
views
Controller method to add a product, stored across three database tables
I have some questions on how I can improve this "add" action method in a controller.
Using a single form, the user can upload a product to be displayed on the site. A Product is composed of three ...
4
votes
1
answer
157
views
CakePHP change 'miniMap' action and respect template
I have some questions on how I can improve this "action" (method) in "controller":
My template has a navbar with dynamic content (if the user is logged in a special button appears, his name appears in ...
3
votes
2
answers
212
views
Admin method in CakePHP to add a venue to the database
I have a VenuesController and an EventsController. My venues controller has an admin_add ...