News Feed
Jobs Feed
Sections




News Archive
DevShed:
The mysqli Extension and the Active Record Pattern
April 15, 2009 @ 10:27:56

DevShed.com has posted the seventh article in their series looking at the Active Record design pattern in PHP applications. In this latest tutorial they show how to replace the older MySQL client libraries and use the newer mysqli client instead.

Well, as you'll surely recall, I built this class by using the old MySQL library included with the PHP distribution, which is good and efficient. But it's worth making the effort to see how this sample class can be rewritten by using the newer, revamped "mysqli" extension. Thus, this last episode will be dedicated exclusively to doing this, so you can have at your disposal an enhanced versions of the class.

For most of the code, you won't see too much of a change - the methods are named similarly and the results are references differently, but you shouldn't have to make too much of a change.

0 comments voice your opinion now!
extension mysqli activerecord design pattern tutorial


blog comments powered by Disqus

Similar Posts

Giorgio Sironi's Blog: Php login with Zend_Auth

WorkingSoftware.com.au: Configuring PHP4 and PHP5 to run concurrently on FreeBSD

Ken Guest's Blog: Book review: PHP Objects, Patterns and Practice (second edition)

Server-Side Magazine: Creating a PHP 5.3 Virtual Development Environment

Zend Developer Zone: AJAX Chat Tutorial


Community Events









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


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

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