News Feed
Jobs Feed
Sections




News Archive
DevShed:
Updating and Deleting Database Records with the Active Record Pattern
March 12, 2009 @ 09:35:02

DevShed has posted the next article in their Active Record series. This time it's a look at updating and deleting records from the database (the previous article was about selecting and inserting).

This pattern permits you to achieve a high level of abstraction when performing typical operations, such as insertions, updates and deletions of records, since all of these tasks are handled transparently by data mappers objects or a data access class. [...] Now, it's time to learn how to use the active record pattern for performing database updates and deletions in a few simple steps.

After reviewing the previous article, they add some new features onto the MySQL access class to let you update and remove data through a similar interface.

0 comments voice your opinion now!
update delete tutorial activerecord designpattern database mysql


blog comments powered by Disqus

Similar Posts

PHPFreaks.com: Sessions and cookies: Adding state to a stateless protocol

Zend Developer Zone: AJAX Chat Tutorial 4

Sameer Borate's Blog: Creating custom stream filters

DevShed: The Active Record Pattern, Concluded

Raphael Stolt's Blog: Transforming data centered XML into SQL statements


Community Events









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


api community phpunit zendframework2 interview introduction unittest tool database code podcast release example framework language object testing development opinion composer

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