Example #1
0
 public function __construct()
 {
     if (self::$_object === null) {
         self::$_object = \Phpfox_Database::instance();
     }
 }