Log in

View Full Version : What files must be included to use API?


VBCoder
06-12-2005, 01:55 PM
To use the API, before we can call $dm =& datamanager_init(etc...), what do we need to do?

I assume we must require_once() certain files - which ones? Is there any other init that we need to do?

noppid
06-12-2005, 03:00 PM
Look at the beginning of forumhome index.php for clues, but for access to the entire vB backend, use...

require_once('./global.php');