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

[eluser]A_funs[/eluser]
Thanks,

So can you explain the difference a bit, after reading your response I tried this and got some errors...

<?php

class test extends CI_Controller{

function __construct(){

$data->name = "Alex";

}

function index(){

echo $data->name;

}





}


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