|
protected function indexData($table_name,$start,$limit,$where,$filed,$order_str){
|
|
protected function indexData($table_name,$start,$limit,$where,$filed,$order_str){
|
|
$info_list = $this->$table_name->find_all($where,$filed,$order_str,$start,$limit);
|
|
$info_list = $this->$table_name->find_all($where,$filed,$order_str,$start,$limit);
|