How to access multidimensional array data passed from CodeIgniter's controller to view when the first level keys are numeric [duplicate]
I have a model and controller who gets some data from my database and returns the following array [Code Block] It shows ...