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

Posted in CakePHP, PHP | 1 Comment

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

Posted in CakePHP | Tagged | 1 Comment

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

Posted in CakePHP | Tagged , | Leave a comment