Quantcast
Channel: codeigniter : pass data to a view included in a view - Stack Overflow
Viewing all articles
Browse latest Browse all 6

Answer by thelastshadow for codeigniter : pass data to a view included in a view

$
0
0

castis's solution works

however if you want to do this on a more finely grained level you can use:

//in your controller$data['whatever'] = 'someValue';

.

//In your viewecho $whatever //outputs 'someValue';//pass $whatever on$this->load->view('some/view', Array('whatever' => $whatever));

Viewing all articles
Browse latest Browse all 6

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>