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

phpRiot.com: Fetching Data With Zend_Db

Michelangelo van Dam's Blog: Single User Zend_Service_Twitter

Avnet Labs Blog: TDD with Zend Framework

PHPBuilder.com: A Twist In Namespaces

Zend Developer Zone: File uploads with Adobe Flex and Zend AMF


Community Events











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


opinion interview symfony2 framework community google functional rest introduction podcast usergroup testing database series zendframework2 language release development conference phpunit

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