News Feed
Jobs Feed
Sections




News Archive
Dev-Explorer.com:
Using MySQL Stored Procedures and Extending MySQLi in PHP
June 19, 2009 @ 12:57:28

On the Dev-Explorer blog there's a post made recently about using stored procedures in your MySQL database via the mysqli interface in PHP.

On a new project I am working on I decided to take a look at the MySQLi (MySQL Improved) library. Most of the functions remain the same but it can now be used in object orientated programming which seemed to me as big advantage. Below I look at implementing MySQLi and extending it with your own custom code, along with using it to execute stored procedures.

He shows how to create both pieces of the puzzle - the class extending the mysqli functionality and a simple stored procedure on the database side (to insert users into a table). They're tied together with a PHP class with a "storedProcedure" method that runs a query() with a "CALL" to the procedure name.

0 comments voice your opinion now!
tutorial storedprocedure mysqli


blog comments powered by Disqus

Similar Posts

The Bakery: Ten New Tutorials/Components/Releases Posted

NetTuts.com: Uploading Files with AJAX

SitePoint Web Tech Blog: Importing Content into Drupal

Bence Eros' Blog: Life without static in PHP

NetTuts.com: Build Web Apps from Scratch with Laravel - The Eloquent ORM


Community Events











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


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

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