Re: call to a member function select() on a non object.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



nihilism machine wrote:
    // Connect to the database
    public function __construct() {
        $DB = new db();

Everything Nathan said, plus change the $DB to $this->DB in your construct() method.

Jim

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux