News Feed
Jobs Feed
Sections




News Archive
Zend Developer Zone:
DataModeler Simple ORM - Part 2 Saving Models
September 22, 2010 @ 09:37:46

In his previous post Vic Cherubini introduced his namespaced DataModler ORM class and showed how to create a basic model to work with user information to the database. In this second part he looks at taking those models and saving their contents to the database.

After you have created your Models, it's time to save them to a datastore. DataModeler requires you to use PDO as the abstraction layer as it makes use of prepared statements and database specific extensions.

He bases it all on PDO object - created and pushed in via dependency injection. The model then uses that object and executes a "save()" containing the data created in the model request. He also talks about "dumb loads", a feature that lets the modeler think it was loaded without having to know anything more than just the object's ID number.

1 comment voice your opinion now!
datamapper orm tutoral namespace pdo


blog comments powered by Disqus

Similar Posts

Wez Furlong\'s Blog: PDO goes stable

Federico Cargnelutti's Blog: Zend Framework DAL: DAOs and DataMappers

Greg Beaver's Blog: Working towards Pyrus and PEAR2, check it out or miss out

Brandon Savage's Blog: Taking A Look At Propel 1.5

Ilia Alshanetsky\'s Blog: php|tek Slides Posted


Community Events











Don't see your event here?
Let us know!


composer conference tool example interview opinion zendframework2 code podcast functional language development series testing database object release framework introduction community

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework