Hi Howie, > Can I instantiate a domain object (model), and then save it? > > part = new Part() > part.price = 123.45 > part.save()
You can, but in doing so you wouldn't be leveraging cake's true power, I would read through the Blog tutorial in the cookbook: http://book.cakephp.org/view/219/blog hth jon -- jon bennett w: http://www.jben.net/ iChat (AIM): jbendotnet Skype: jon-bennett --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
