Finding class objects instead of Arrays

2007-02-26 Thread peper
Is it possible to make CakePHP to return array of objects of specified class instead of array of arrays. What I mean, f.e. I have 'users' table and 'User' model. User has name, login, password and email. I make, let's call it value object class: class UserVO { var $name; var $login; var

Re: Finding class objects instead of Arrays

2007-02-26 Thread Daniel Hofstetter
There is no such functionality available in CakePHP so you have to write it yourself. HTH -- Daniel Hofstetter http://cakebaker.42dh.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to