Пример #1
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     // Connect to the database
     if (!self::$instance) {
         self::$instance = $this;
         self::set_driver();
     }
 }