<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Thu, 23 May 2013 11:36:04 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Dev-Explorer.com: Using MySQL Stored Procedures and Extending MySQLi in PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/12719</guid>
      <link>http://www.phpdeveloper.org/news/12719</link>
      <description><![CDATA[<p>
On the Dev-Explorer blog there's <a href="http://www.dev-explorer.com/articles/mysql-stored-procedures-and-mysqli">a post made recently</a> about using stored procedures in your MySQL database via the mysqli interface in PHP.
</p>
<blockquote>
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.
</blockquote>
<p>
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.
</p>]]></description>
      <pubDate>Fri, 19 Jun 2009 12:57:28 -0500</pubDate>
    </item>
  </channel>
</rss>
