CakePHP Site Search with Yahoo! BOSS
A complete turnkey solution for integrating Yahoo! BOSS powered site search functionality into your CakePHP application.
Archive for the ‘Programming’ Category
Jan
30
A complete turnkey solution for integrating Yahoo! BOSS powered site search functionality into your CakePHP application.
Jan
29
A CakePHP component for tracking a user’s journey through your app, and redirecting them back to previous pages instead of hard coding the address. Code is ribbed… I mean MIT licensed for your pleasure.
Nov
28
Inspired by Chris Hartjes blog post titled Handling Multiple Environments In Your PHP Application, I decided to post what I do that’s similar in my CakePHP apps.
Sep
12
One example of how you can record created_by and modified_by data in your CakePHP applications.
Aug
30
The coding style guide I’ve put in place at work to enhance the quality, legibility and maintainability of the code produced by my team. Based heavily on the CakePHP Coding Standards, with a few additional guidelines I’ve found important.
Aug
30
A list of 10 things to help improve the quality of yours and your team’s code, such as sticking to a coding style guide, testing, commenting your code, adding commit messages, staying DRY, performance and security, being MVC strict, keeping track of your time and making use of your down time.
Apr
17
An introduction to how you go about customising CakePHP’s bake templates with some simple very simple examples. Part of a series of posts about customising bake templates and tasks.