I am fairly new to Cake, but have been reading a bit of RoR. I'd actually prefer to us Cake because of speed and deployment issues.
Just wondering how you instantiate a model class within your controller. In RoR the 'find' method actually returns objects but in cake seems to return just an array of data. RoR example: myObject = Model.new myObject.methodcall some_objects = myObject.children etc... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php -~----------~----~----~----~------~----~------~--~---
