Это моя модель: < /p>
public function fetch_customer_invoice($f_date,$t_date)
{
$this->db->select('invoice_id');
$this->db->from('invoice');
$this->db->where('date >=',$f_date);
$this->db->where('date
Подробнее здесь: https://stackoverflow.com/questions/513 ... ld-be-more
Мобильная версия