Questions about transferring data to parse |
Change your array from this:
PHP Code: private $data = array( To this: PHP Code: private $data = array( In your template you can then loop an array by doing this Code: {css} // Start of the array, The parser will see it is an array More info on this in the user guide http://www.codeigniter.com/user_guide/li...able-pairs |
Messages In This Thread |
Questions about transferring data to parse - by dangyuluo - 09-17-2015, 06:33 AM
RE: Questions about transferring data to parse - by Martin7483 - 09-24-2015, 01:00 AM
|