Accessing Multidimensional array with Codeigniter
问题 Ok, In my Codeigniter project I am passing a multidimensional array to my view. The issue I am having is access the data in the array. I use print_r and var_dump to see the array and it is being passed correctly to the view but I am having the hardest time access the data within it! I get this error message, "Trying to access parameter of non-object". Any suggestions?! Here is the controller: profile.php <?php class Profile extends CI_Controller { public function __construct(){ parent::_