News Feed
Jobs Feed
Sections




News Archive
Gonzalo Ayuso's Blog:
Building a simple SQL wrapper with PHP. Part 2.
June 18, 2012 @ 10:05:50

Gonzalo Ayuso has followed up his previous post about creating a simple SQL wrapper with PDO in PHP with this new post, a "part two" looking at improving it a bit with a new class to represent the tables.

In one of our last post we built a simple SQL wrapper with PHP. Now we are going to improve it a little bit. We area going to use a class Table instead of the table name. Why? Simple. We want to create triggers. OK we can create triggers directly in the database but sometimes our triggers need to perform operations outside the database, such as call a REST webservice, filesystem's logs or things like that.

He includes the updated code with the new "Table" class with methods that let you set up pre- and post-action hooks on each of the types (insert, delete, update) along with the rest of the library, there ready for the copy & pasting.

0 comments voice your opinion now!
sql wrapper tutorial table hook object


blog comments powered by Disqus

Similar Posts

Jonathan Snook's Blog: Creating a Contact Form in CakePHP 1.2

IBM developerWorks: Create a PHP development environment on the cloud

PHPMaster.com: Role Based Access Control in PHP

Zend Developer Zone: Dynamically Creating Compressed Zip Archives With PHP

Giorgio Sironi's Blog: Practical PHP Patterns


Community Events











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


phpunit usergroup database rest unittest opinion framework testing release introduction functional symfony2 zendframework2 series conference development language podcast community interview

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