Welcome Guest, Not a member yet? Register   Sign In
how to access variable from a file
#1

[eluser]ranjitbd[/eluser]
Code:
access variable and method

// we can load a library by following code

    $this->load->library('encrypt');

// suppose $abc is a variable and xyz() is a method exist in eccrypt file
// we can access the method by following code

    $this->encrypt->xyz();

// how can i access the variable $abc from encrypt file.and imagine that $abc is not
//inside the xyz() method

//then what will be the code


Messages In This Thread
how to access variable from a file - by El Forum - 09-02-2009, 12:01 AM
how to access variable from a file - by El Forum - 09-02-2009, 12:47 AM
how to access variable from a file - by El Forum - 09-25-2009, 05:26 AM



Theme © iAndrew 2016 - Forum software by © MyBB