06-30-2008, 03:19 AM
[eluser]Yash[/eluser]
$this->load->vars($array)
i use this as
not working ...
Please me how to use this.
$this->load->vars($array)
i use this as
Code:
function Blog()
{
parent::Controller();
$pr[]=1;
$pr[]=2;
$this->load->vars($pr);
}
function index()
{
echo $pr;
}
not working ...
Please me how to use this.