News Feed
Jobs Feed
Sections




News Archive
Gonzalo Ayuso's Blog:
Building a simple SQL wrapper with PHP
May 14, 2012 @ 10:17:10

In this new post to his blog Gonzalo Ayuso has shared a simple SQL wrapper that he uses to work with his databases. It takes in an injection of the database connection component (a href="http://php.net/pdo">PDO) and provides functionality for inserts, updates, etc. with transaction support.

If we don't use an ORM within our projects we need to write SQL statements by hand. I don't mind to write SQL. It's simple and descriptive but sometimes we like to use helpers to avoid write the same code again and again. Today we are going to create a simple library to help use to write simple SQL queries.

It's a lightweight library that'd be good for basic uses, but when you start getting into something a bit more complex, something like Doctrine2 or Propel might be a better solution (or whatever your framework of choice has built in).

0 comments voice your opinion now!
sql wrapper tutorial pdo injection


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: The ZendCon Sessions Episode 22: PHP Extension Writing

Chris Shiflett\'s Blog: The addslashes() Versus mysql_real_escape_string() Debate

PHP-GTK Community Site: Accessing geo-nick with Zend Framework (Zend_XmlRpc_Client)

Sameer Borate's Blog: Grabbing website Favicons using curl and php

IBM developerWorks: Developing PHP the Ajax way, Part 2 - Back, Forward, Reload


Community Events











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


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

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