Jump to content

Undefined class name


Recommended Posts

Hi can someone help me with this?...

 

I've been trying functions but just couldn't figure this out.

 

Fatal error: Undefined class name 'db' in /src/functions.php on line 280

 

function DbConnect()

{

    $db = DB::connect(DSN, TRUE); //-- line 280 goes here...

    return $db;

}

 

Tnx ahead! ??? ???

Link to comment
https://forums.phpfreaks.com/topic/50453-undefined-class-name/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.