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

SitePoint PHP Blog: The Joy of Regular Expressions [1]

PHPit.net: PHP 5 Objects, Patterns and Practice

Stuart Herbert's Blog: More about Performance Tuning

Fabien Potencier's Blog: Symfony Service Container: Using XML or YAML to describe Services

phpRiot.com: Fetching Data With Zend_Db


Community Events











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


composer api testing zendframework2 interview functional development language series podcast application release phpunit opinion code database community framework introduction example

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