Welcome Guest, Not a member yet? Register   Sign In
Variables from loaded view
#3

You can also set global view variables using:

PHP Code:
$this->load->vars($data); 

Any view you create can use them then, if you need them global to your app then you will need a registry class library.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
Variables from loaded view - by msheath - 04-21-2015, 04:02 PM
RE: Variables from loaded view - by pompeu - 04-21-2015, 05:03 PM
RE: Variables from loaded view - by InsiteFX - 04-22-2015, 03:50 AM
RE: Variables from loaded view - by msheath - 04-22-2015, 08:09 AM
RE: Variables from loaded view - by mwhitney - 04-23-2015, 11:51 AM
RE: Variables from loaded view - by msheath - 04-23-2015, 01:37 PM



Theme © iAndrew 2016 - Forum software by © MyBB