Exemplo n.º 1
0
 protected function __construct()
 {
     self::$_db = dbMysql::getInstance();
     if (!self::$_db) {
         return NULL;
     }
 }