contoller
Код: Выделить всё
function new_auto_spread_details()
{
$postinfo = array();
$postinfo[] = $this->input->post('customer')
$postinfo[] = $this->input->post('period')
$this->load->view('sales/new_autospread_order_lines',$postinfo);
}
Код: Выделить всё
< /code>
Это ничего не выводит. Похоже, что добавление $ this-> input-> post ('customer') Как правильно добавить эту информацию в Postinfo массив и назовите его с вида?
Подробнее здесь: https://stackoverflow.com/questions/162 ... odeigniter
Мобильная версия