Welcome Guest, Not a member yet? Register   Sign In
Dynamic variable easy implementation
#8

[eluser]InsiteFX[/eluser]
You can also use:
Code:
$data = array('title' => 'My Title');

$this->load->vars($data);    // variables are global to all views.

$this->load->view('Your_View_Name');



Messages In This Thread
Dynamic variable easy implementation - by El Forum - 01-15-2013, 09:13 AM
Dynamic variable easy implementation - by El Forum - 01-15-2013, 09:56 AM
Dynamic variable easy implementation - by El Forum - 01-16-2013, 01:28 AM
Dynamic variable easy implementation - by El Forum - 01-16-2013, 01:48 AM
Dynamic variable easy implementation - by El Forum - 01-16-2013, 02:03 AM
Dynamic variable easy implementation - by El Forum - 01-16-2013, 02:18 AM
Dynamic variable easy implementation - by El Forum - 01-16-2013, 02:20 AM
Dynamic variable easy implementation - by El Forum - 01-16-2013, 01:20 PM



Theme © iAndrew 2016 - Forum software by © MyBB