Код: Выделить всё
$next_id = $this->o->next_id();
$data['next_id']=$next_id;
Код: Выделить всё
public function next_id(){
$this->db->select_max('p_ori_id');
$max = $this->db->get('orientation_master');
if($max==0){
$next_id = 1;
}else{
$next_id = 1+$max;
}
return $next_id;
}
Объект класса CI_DB_mysqli_result не удалось преобразовать в int
Пожалуйста, решите проблему..
Подробнее здесь: https://stackoverflow.com/questions/502 ... odeigniter
Мобильная версия