News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
DevShed:
The Active Record Pattern, Concluded
December 29, 2005 @ 10:03:27

DevShed has concluded their series on ActiveRecord today with This new post, the end of the chapter from php|architect's Guide to Design Patterns.

This article, the second of two parts, helps you use design patterns to better organize how your web application interacts with a database. It is excerpted from chapter 14 of the book php|architect's Guide to PHP Design Patterns, written by Jason E. Sweat.

Databases usually just work, but failure is not unheard of. To make sure your code operates correctly under failure conditions, let's simulate a failure using a Mock Object, which stands in for the connection object.

They create the mock object and use it to test the ActiceRecord instance, including (as before) the unit testing code as well. They finish it off with examples of how to search for records and update the records that already exist.

0 comments voice your opinion now!
activerecord mock object database search update activerecord mock object database search update




Community Events





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


community podcast release api symfony2 phpunit conference framework opinion series database component language test development custom interview application introduction unittest

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