Beispiel #1
0
 public static function getInstance()
 {
     if (!self::$instance) {
         self::$instance = new ParametherDAO();
     }
     return self::$instance;
 }
 public function startParametherDAO()
 {
     $this->ParametherDAO = ParametherDAO::getInstance();
 }