Possible Duplicate:
codeigniter : pass data to a view included in a view
How can I pass variable from a view to another view inside it?(codeigniter)
Thanks:D
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you mean, that you set a variable in one view, then you call an other view inside that view and you would like to use it there, the easiest way, to set it in the controller, which call the view.
Then you can reach that in every sub view.