Код: Выделить всё
Код: Выделить всё
function __construct() {
parent::__construct();
$this->load->database();
$this->load->model('Income_sales_model');
}
public function index()
{
$this->data['pja_test'] = $this->Income_sales_model->get_all();
$this->load->view('income_sales_view', $data);
}
Я застрял здесь и не знаю, что делать..
Подробнее здесь: https://stackoverflow.com/questions/352 ... nt-foreach
Мобильная версия