예제 #1
0
 /**
  * 拖动排序
  */
 public function drag_order()
 {
     parent::drag_order('tags', 'order_id');
 }
예제 #2
0
 /**
  * 拖动排序
  */
 public function drag_order()
 {
     //$this->verify_content_prms(array('_action' => 'update'));
     parent::drag_order('goods', 'order_id');
 }
예제 #3
0
 public function drag_order()
 {
     parent::drag_order('circle', 'order_id');
     $this->addLogs('微博圈排序', '', '', '微博圈排序+' . $ids);
     $this->addItem($ids);
     $this->output();
 }