Код: Выделить всё
function storeReachout($reachoutInfo)
{
$result = $this->db->insert('tbl_youtube', $reachoutInfo);
// $Frow = $result->first_row('array');
// $Lrow = $result->last_row('array');
// $data = aray($result, $Frow, $Lrow);
// $result_id = $this->db->insert_id();
return $result;
}
Подробнее здесь: https://stackoverflow.com/questions/611 ... -first-and
Мобильная версия