I've read the tutorial several times. Can't see any reference to how to do this.
I do see use of arrays - $post['Post']['id'] - where I'd rather be writing $post->id I can see where the power of Cake is with sinmple CRUD operations. The controller calls the DAO (model) directly, but for anything more complex, I'd like my skinny controller to call a service/manager, that calls the DAOs. This would, ideally, return a class representing my model,, that I could make available to the view. Personally,I don't believe that the model should be fat with business loogic, if in fact the model is a DAO, and not a domain object. Maybe Cake isn't for me. I know that Django/Python's domain model is OO based. Not sure about Ruby --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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?hl=en -~----------~----~----~----~------~----~------~--~---
