Welcome Guest, Not a member yet? Register   Sign In
variable from input to view
#2

There are several ways of doing this.

1) Use a session variable.

2) CI way: Makes them global to all views.
PHP Code:
$data['your_variable'] = 'your_variable';
$this->load->vars($data); 

3) Find a good Registry Class and store them in it.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
variable from input to view - by Dizner - 05-19-2015, 08:30 AM
RE: variable from input to view - by InsiteFX - 05-19-2015, 04:18 PM



Theme © iAndrew 2016 - Forum software by © MyBB