category = new category_cld (); } // 获得所有办事处 public function GetAll() { $list = $this->category->GetAll (); return $list; } public function Get(){ $list = $this->category->GetAll (); return $list; } } ?>