コード例 #1
0
ファイル: thumbnail.php プロジェクト: ForAEdesWeb/AEW3
 /**
  * A protected method to get a set of ordering conditions.
  *
  * @param   object    A record object.
  *
  * @return  array  An array of conditions to add to add to ordering queries.
  * @since   1.6
  */
 protected function getReorderConditions($table)
 {
     return parent::getReorderConditions($table);
 }