News Feed
Jobs Feed
Sections




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


blog comments powered by Disqus

Similar Posts

Brian Deshong's Blog: Who’s Online with PHP and Memcached

PHPMaster.com: Creating Web Services with PHP and SOAP, Part 1

Mihai Corlan's Blog: Flex for PHP developers

php|architect: An overview of the CakePHP framework

PHPFreaks.com: PHP Loops


Community Events











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


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

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