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

Michael Nitschinger's Blog: Custom Finders with Lithium

Sebastian Bergmann's Blog: SQL Puzzle

WeberDev.com: PHP 101 (part 11) - Sinfully Simple (SimpleXML)

Tutorial: A Simple Sessions Tutorial

Lorna Mitchell: Do Open Source with Git and Github


Community Events









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


introduction composer event opinion release conference zendframework2 testing functional community phpunit podcast language framework api code object interview example development

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