News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
Johannes Schluter's Blog:
MySQL Storage Engine based on PHP
December 30, 2008 @ 08:42:03

In this new post to his blog Johannes Schluter looks at creating a storage engine plugin for MySQL via its plugin interface.

MySQL 5.1 has a plugin interface to easily add storage engines. PHP can easily embedded into other applications. So why not combine these two things? - Writing a MySQL Storage Engine which reads data by calling a PHP script.

He starts with a basic example with create_table and open_table functions that can pull the data from the table marked with the "Engine" setting of PHP. He expands on this to allow for more functionality - update, delete and write methods are added.

0 comments voice your opinion now!
mysql storage engine table tutorial update insert select delete




Community Events





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


podcast phpunit unittest custom release symfony2 community language introduction development application series conference opinion package interview api test framework component

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