View Single Post
  #2 (permalink)  
Old 04-02-2008, 10:21 PM
iroy2000 iroy2000 is offline
Junior Member
 
Join Date: Mar 2008
Posts: 15
Default

I dunno if you've called a protected variable directly outside the class. , but when I check the code

Looks like the error is from those lines ( as you said from your post above )

PHP Code:
    public function registerPackage($name)
    {
        
array_unshift($this->_registeredPackages$name);
    } 
It will be helpful to solve problem together if you can post your codes here.

Last edited by iroy2000 : 04-02-2008 at 10:26 PM.
Reply With Quote