Welcome Guest, Not a member yet? Register   Sign In
global variable
#1

[eluser]Hamed[/eluser]
I have one query which I use it in lots of view files and I can not cache this query because it should be change on each request:
Now I decide to call it one time in header and use this query in other views files ut I can not and I get "Undefined variable: ratesGobal"

Is there anyway to do this job?
Now I have more than 37 query in one page.
#2

[eluser]Aken[/eluser]
Use $this->load->vars(). It's the same as passing a $data array in $this->load->view(), but will be globally available to any view.




Theme © iAndrew 2016 - Forum software by © MyBB