admiralqxcvii Posted May 8, 2007 Share Posted May 8, 2007 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 More sharing options...
MadTechie Posted May 8, 2007 Share Posted May 8, 2007 Fatal error: Undefined class name 'db' in /src/functions.php on line 280 bascially theirs not a function called db in /src/functions.php search for "function db(" try including the file with that function Link to comment https://forums.phpfreaks.com/topic/50453-undefined-class-name/#findComment-247933 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.