Hi Guys,
I am having problems creating a variable with data from another class. Here is what I am doing...
Please let me know you think.
<?PHP
class Customers extends Controller {
private $foo = $this->session->userdata('foo');
}
Thanks, Peter