Example #1
0
 public function __wakeup()
 {
     if (!is_resource(self::$_conn)) {
         self::$_conn = Db::get();
     }
 }