Welcome Guest, Not a member yet? Register   Sign In
codeigniter, $this-> property not available in 1 method after being set in another
#3

[eluser]bill19[/eluser]
My code now has:

Code:
class Main extends Common_Auth_Controller {


    public $row;
    
    function __construct()
    {
        parent::__construct();
        
        //do stuff here -
//        remember that $this->the_user is available in this controller
        //as is $the_user available in any view I load

  
        $this->primary_folder='...';
        $this->secondary_folder='...';

The var_dump result is now NULL


Messages In This Thread
codeigniter, $this-> property not available in 1 method after being set in another - by El Forum - 06-11-2012, 10:07 AM



Theme © iAndrew 2016 - Forum software by © MyBB