function search_form($VAR)
 {
     $this->static_page_category_construct();
     $type = "search";
     $this->method["{$type}"] = explode(",", $this->method["{$type}"]);
     $db = new CORE_database();
     $db->search_form($VAR, $this, $type);
 }
예제 #2
0
 function search_form($VAR)
 {
     $type = "search";
     $this->method["{$type}"] = explode(",", $this->method["{$type}"]);
     $db = new CORE_database();
     $db->search_form($VAR, $this, $type);
 }
예제 #3
0
 function search_form($VAR)
 {
     $this->constructor();
     $type = "search";
     $this->method["{$type}"] = split(",", $this->method["{$type}"]);
     $db = new CORE_database();
     $db->search_form($VAR, $this, $type);
 }