removed Model::order() to SqlModel
This commit is contained in:
@ -152,15 +152,6 @@ abstract class Model
|
||||
abstract public function delete($id);
|
||||
|
||||
/**
|
||||
* Creates order sql string
|
||||
*
|
||||
* @param array $params
|
||||
* @param array $sortable
|
||||
* @return string
|
||||
*/
|
||||
abstract protected function order($params, $sortable = array('id'));
|
||||
|
||||
/**
|
||||
* @param string $sql
|
||||
* @param array $params
|
||||
* @param string $field
|
||||
|
Reference in New Issue
Block a user