Ejemplo n.º 1
0
 public function listorders()
 {
     $status = parent::_listorders($this->link_obj);
     if ($status) {
         $this->success("排序更新成功!");
     } else {
         $this->error("排序更新失败!");
     }
 }
 public function listorders()
 {
     $status = parent::_listorders($this->term_relationships_model);
     if ($status) {
         $this->success("排序更新成功!");
     } else {
         $this->error("排序更新失败!");
     }
 }
Ejemplo n.º 3
0
 function clistorders()
 {
     $status = parent::_listorders($this->model_cate);
     if ($status) {
         $this->success("排序更新成功!");
     } else {
         $this->error("排序更新失败!");
     }
 }
Ejemplo n.º 4
0
 public function dianti_listorders()
 {
     $this->nav = D("NavDianti");
     $status = parent::_listorders($this->nav);
     if ($status) {
         $this->success("排序更新成功!");
     } else {
         $this->error("排序更新失败!");
     }
 }
Ejemplo n.º 5
0
 public function listorders()
 {
     $classself_db = D('ClassSelf');
     $status = parent::_listorders($classself_db);
     if ($status) {
         $this->success("排序更新成功!");
     } else {
         $this->error("排序更新失败!");
     }
 }