BTW Friends
-
Recent Posts
Recent Comments
- weihnachtsmann on Disable Pidgin Notifications in Ubuntu 9.04
- Hugo on Installing Rails 3 on Ubuntu 10.10
- Mike Alleva on 2011 New Year’s Resolutions
- Arno Esterhuizen on Dynamic Database Connection with CakePHP
- Alex on Disable Pidgin Notifications in Ubuntu 9.04
Archives
Categories
Category Archives: CakePHP
CakePHP Models and requestAction
This may be kind of a “no duh” for some Cake veterans, but it was new to me, so I’ll share… When it comes to accessing a different Model from a given Controller I had always wondered which was the … Continue reading
Dynamic Database Connection with CakePHP
// Recently I was working on a project where I had a central Cake application for a group of clients and each client had their own database. I wanted to have all users sign into a central user’s table associated … Continue reading
Drag and Drop with jQuery and CakePHP
Recently I had a need for a data report with shopping cart-like behavior — let the user paginate through a list of items, drag items of interest to a “basket” and then take action on all items in the basket. … Continue reading