示例#1
0
 function orderup()
 {
     $this->getGroupVal();
     return parent::orderup();
 }
示例#2
0
文件: plugins.php 项目: rodhoff/MNW
 function orderup()
 {
     $this->setOptions();
     return parent::orderup();
 }