Код: Выделить всё
if ($symbol == "") {
$data_array = $this->db
->select('*')
->select_max('date')
->get('company')
->row_array();
} else {
$data_array = $this->db
->select('*')
->select_max('date')
->where('symbol',$symbol)
->get('company')
->row_array();
}
Подробнее здесь: https://stackoverflow.com/questions/241 ... e-clause-i
Мобильная версия