Moving from php4 to php5

Posted by fastcodejava on Stack Overflow See other posts from Stack Overflow or by fastcodejava
Published on 2010-04-04T02:11:28Z Indexed on 2010/04/04 2:13 UTC
Read the original article Hit count: 505

Filed under:
|

I tried moving to php5, I am getting into lot of issues. This class gives error :

 Class DatabaseConnection 
 {                              // error here
     private $connection;
     private $result;   
     // 
     public function __construct()
     {
         $this->databaseName = $GLOBALS['configuration']['db'];
     }
     // other methods follow
 }

© Stack Overflow or respective owner

Related posts about php

Related posts about php5