Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
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), ...
Ricardo's user avatar
  • 275
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 ...
Ricardo's user avatar
  • 275
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 ...
Ricardo's user avatar
  • 275
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 ...
Martin Bean's user avatar