News Feed
Jobs Feed
Sections




News Archive
Cyberlot's Blog:
Using scalability to improve your PHP applications MySQL security Part 2
December 04, 2005 @ 16:36:13

cyberlot has posted the second part in his "Using scalability to improve your PHP applications MySQL security" series today on his blog.

In this edition, he gives an example of extending PDO to use two seperate database connections.

Here is a quick example I threw together to extend PDO so you can use 2 seperate database connections.

This extends PDO and only connects to the database when the first query is run. This way if you never use the database connection no time is wasted trying to connect.

It's a pretty simple script, and even those that haven't gotten to mess much with PDO can give it a shot. Basically, you just don't call __construct when creating things. You have to create it with another function that's more configurable...

0 comments voice your opinion now!
scalability pdo application security scalability pdo application security


blog comments powered by Disqus

Similar Posts

David Coallier's Blog: Free PHP Security Scan

Chris Shiflett\'s Blog: PHPSecurity.org Launches

Michael Nitschinger's Blog: Securing Lithium Forms

IBM developerWorks: U2 PDO Driver Tutorial, Parts 1 & 2

Oracle Technology Network: Scaling a PHP MySQL Web Application, Part 1


Community Events











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


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

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