News Feed
Jobs Feed
Sections




News Archive
Zend Developer Zone:
Introduction to DataModeler
September 01, 2010 @ 08:49:31

On the Zend Developer Zone today there's the first part of a series from Vic Cherubini about an ORM tool he's created to make pulling data from your database of choice (via PDO objects) simpler - DataModler. This first part looks at creating testable models.

DataModeler allows you to create easily testable Models that are not dependent on any datasource. The majority of your logic should take place in the Model, and not the Controller (making your application even easier to test as data sources can be mocked). I try to keep my code as simple as possible, so DataModeler is fairly small.

He talks about how the DataModler tool uses dependency injection and how one primary namespace (DataModlerModel) contains the bulk of the code. He includes code samples showing how to create a simple mode, give the attributes data types and access them via magic "set" and "get" methods. For more information on this ORM tool, check out the latest source on github.

0 comments voice your opinion now!
introduction datamodler orm layer database tdd


blog comments powered by Disqus

Similar Posts

Stefan Mischook's Blog: Why Learn PHP and Why Books/Videos are Hard

PHPMaster.com: REST - Can You do More than Spell It? Part 2

ZetCode.com: PostgreSQL PHP Tutorial

The Shadow Fox Network: Creating A Scaffold-like Class in PHP or An Automatic CMS For a Table

PHPMaster.com: Using an Access Database with PHP


Community Events











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


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

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