News Feed
Jobs Feed
Sections




News Archive
Andrey Hristov's Blog:
Replacing mysqli's Connection, Result and Statement classes
July 09, 2010 @ 10:31:03

On his blog today Andrey Hristov has a quick post that talks about two methods to extend the functionality that the mysqli extension offers in PHP with your own custom code.

Have you ever though about extending mysqli's classes. It's pretty simple to subclass the connection class mysqli. However, subclassing mysqli_result and mysqli_stmt is not so obvious, actually I though that it's even not possible. However, never say never! After discussing mysqli's OO interface for an hour yesterday [...] I found out how one can plug his own classes.

Two code examples are provided - one for extending the mysqli_result and the other extending the mysql_stmt class. You can find more about these and other classes the mysqli extension has to offer in this section of the PHP manual.

0 comments voice your opinion now!
replace mysqli connection result statement class extend


blog comments powered by Disqus

Similar Posts

Jacob Santos' Blog: Object Oriented Programming Isn't Easy

AlternateInterior.com: Multi-Threading Strategies in PHP

Richard Heyes' Blog: SMTP class rehash

Dallas PHP User Group: PHP5 & LAMP Classes at North Lake College

Colin Viebrock\'s Blog: MySQLi in PHPAdsNew 2.0.7


Community Events









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


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

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