Код: Выделить всё
function insert_stones($data)
{
$this->db->insert("rc_stones",$data);
return $this->db->insert_id();
}
Подробнее здесь: https://stackoverflow.com/questions/569 ... x-increase
Код: Выделить всё
function insert_stones($data)
{
$this->db->insert("rc_stones",$data);
return $this->db->insert_id();
}