![]() |
Problem with multi-level arrays and Template Parser - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: Problem with multi-level arrays and Template Parser (/showthread.php?tid=67419) |
Problem with multi-level arrays and Template Parser - StAlKeRxXl - 02-20-2017 My $res (response from MODEL): PHP Code: array (size=3) My Controller: PHP Code: $this->load->library('parser'); My View PHP Code: {count} {count}--- working (i see data on the site) {unread}, {in_read} -- working too But, all key and value in the {message} - not working (i see tags of parser on the my site)... The TEMPLATE PARSER CLASS can not handle multi-level arrays? I use CI 3.1.3 Sorry for my bad englsih... I'm from Ukraine... |