PHP Classes

Tt's a good example of singleton pattern.

Recommend this page to a friend!

      Simple and small DB class  >  All threads  >  Tt's a good example of singleton...  >  (Un) Subscribe thread alerts  
Subject:Tt's a good example of singleton...
Summary:Package rating comment
Messages:1
Author:Artur Graniszewski
Date:2010-09-06 08:29:53
 

Artur Graniszewski rated this package as follows:

Utility: Sufficient
Consistency: Good
Examples: Good

  1. Tt's a good example of singleton...   Reply   Report abuse  
Picture of Artur Graniszewski Artur Graniszewski - 2010-09-06 08:29:53
Tt's a good example of singleton pattern. Unfortunately it is not production-ready because it lacks SQL escaping mechanism (a method with mysql_real_escape() inside) and some row-by-row data access methods.