public static function getInstance()
 {
     if (self::$instance == null) {
         self::$instance = new AdvancedSearchMySQL();
     }
     return self::$instance;
 }
Exemplo n.º 2
0
 public function getAdvancedSearchDAO()
 {
     return AdvancedSearchMySQL::getInstance();
 }