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

[eluser]A_funs[/eluser]
sorry that last didn't make sense, this is still giving errors too...

<?php

class test extends CI_Controller{

function __construct(){

$data['name'] = "Alex";

}

function index(){



echo $this->$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