Неверный аргумент foreach [дубликат]Php

Кемеровские программисты php общаются здесь
Anonymous
Неверный аргумент foreach [дубликат]

Сообщение Anonymous »

Просмотреть код
Код контроллера

Код: Выделить всё

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

Вернуться в «Php»