Displaying data from mutliple arrays with codeigniter
- by Craig Ward
I am trying to display results from a database where the results are contained in three tables. How do I echo out the results?
$p- works, but $img- or $branch- doesn't. What am I doing wrong?
Example code is below
Sample controller:
$p_id = $this-uri-segment(3);
$this-load-model('One_model');
$data['prop'] =…