RSS

Neil Crookes

Learnings and Teachings on Web Application Development & CakePHP

Archive for the ‘PHP’ Category

Jan

30

CakePHP Site Search with Yahoo! BOSS

A complete turnkey solution for integrating Yahoo! BOSS powered site search functionality into your CakePHP application.

Jan

29

Send ‘em back from whence they came

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

Runtime Config in CakePHP apps

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

Recording created_by and modified_by

One example of how you can record created_by and modified_by data in your CakePHP applications.

Apr

17

Customising Baked Views in CakePHP

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.