Welcome Guest, Not a member yet? Register   Sign In
Scope of $data problems
#1

[eluser]A_funs[/eluser]
I am trying to access data passed into $data in the constructor in other methods, $data is public so why isn't this working

<?php

class Company extends CI_Controller{

public $data;

function __construct(){

parent::__construct();

$data['something'] = 'something';

}



function submit_addcompany(){

$data['test_2'] = "something else";

//HOPEFULLY $data will contain both 'something and 'something else';

}

}

}


Messages In This Thread
Scope of $data problems - by El Forum - 06-22-2012, 07:06 AM
Scope of $data problems - by El Forum - 06-22-2012, 07:13 AM
Scope of $data problems - by El Forum - 06-22-2012, 07:37 AM
Scope of $data problems - by El Forum - 06-22-2012, 07:46 AM
Scope of $data problems - by El Forum - 06-22-2012, 07:51 AM
Scope of $data problems - by El Forum - 06-22-2012, 09:14 AM
Scope of $data problems - by El Forum - 06-22-2012, 10:14 AM
Scope of $data problems - by El Forum - 06-22-2012, 10:30 AM



Theme © iAndrew 2016 - Forum software by © MyBB