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! ??? ??? Quote 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 Quote Link to comment https://forums.phpfreaks.com/topic/50453-undefined-class-name/#findComment-247933 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.