News Feed
Jobs Feed
Sections




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


blog comments powered by Disqus

Similar Posts

Brian Swan's Blog: Using SQL Azure Federations via PHP

Doctrine Blog: Doctrine 1.0.8 and 1.1.0-RC2 Released

IBM developerWorks: Use PHP to build a search engine optimization app

Community News: Red Hat Security Package Update

Brian Swan's Blog: The SQL Server ODBC Driver for Linux is Available!


Community Events











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


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

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