Welcome Guest, Not a member yet? Register   Sign In
Pass data from view to controller
#10

(09-11-2019, 05:59 PM)InsiteFX Wrote: You can always add data to the view using:

PHP Code:
$data['test'] = 'Testing';

$this->load->vars($data); 

With out using a view, makes it global to all views.
Yeah, that is what worked in the final place
Reply


Messages In This Thread
RE: Pass data from view to controller - by demyr - 09-09-2019, 11:23 AM
RE: Pass data from view to controller - by demyr - 09-11-2019, 06:35 AM
RE: Pass data from view to controller - by mandiatutti - 09-11-2019, 11:43 PM



Theme © iAndrew 2016 - Forum software by © MyBB