MyBB Community Forums

Full Version: Why new .php file doesn't have $db object?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I made a new .php file

And I try to do $db->

But it say $db is null?
function ()
{
	global $db;

	var_dump($db);
}