Sometimes it’s very handy to be able to quickly build a string from CakePHP’s resultset array. For example you want to build a string of ID’s
Day: May 13, 2008
Let’s say you need to know when was the very first user record created. Add a method like this to your User model (assuming you