model('shop'); $rs_shop = $mdl_shop->dump(array("shop_id"=>$shop_id),"node_id,name"); $this->tmcgroup = $rs_shop; return true; } }