Problem It’s CakePHP, though I’m more interested in what people think about the layout of the indentation, the mark-up, position […]
Tag: cakephp
Flexible and modular CMS with user management in CakePHP
Problem Please review my database design: I think it is quite self-explanatory, but to be absolutely clear: My goal is […]
CakePHP view with interleaved PHP and HTML
Problem It’s CakePHP, though I’m more interested in what people think about the layout of the indentation, the mark-up, position […]
Admin method in CakePHP to add a venue to the database
Problem I have a VenuesController and an EventsController. My venues controller has an admin_add method that, well, allows an administrator […]
CakePHP Membership Management
Problem I have a ‘Membership’ model that keeps track of a Member’s membership. A membership can be updated by an […]
CakePHP return url validator
Problem I have the following snippet of code that redirects a user to a specific page on successful login to […]
Using Cache::remember for banners and stores
Problem I’m using Cache::remember to cache 3 results in my action, 2 in the same call to Cache::remember. It works, […]
methods in the class so close in what they do
Problem I have this class that has these two methods that are so closely related to the each other. I […]
CakePHP 2.x Custom PagesController & Routing
Problem I want to direct all requests that haven’t got a valid controller action to my custom page controller. I.e. […]