예제 #1
0
 public function getOrderableColumns()
 {
     return parent::getOrderableColumns() + array('name' => array('table' => $this->getPrimaryTableAlias(), 'column' => 'name', 'type' => 'string', 'unique' => true, 'reverse' => true));
 }
 public function getOrderableColumns()
 {
     return parent::getOrderableColumns() + array('name' => array('table' => 'device', 'column' => 'name', 'type' => 'string', 'reverse' => true));
 }