Basic Info | Database | Display | Forms | Monju | Session | Users

monju_require_once

monju_require_once($path)

Description

monju_require_once includes a file using php's require_once - however first ensures the file is on the server, in the public path.

Parameters

$path: Path to the file

Return Values

None.

Notes

If public root is not set in the configuration.inc.php file, a guess is made to be the current working directory.

Examples

monju_require_once('./path/to.file');

Dependencies

None

Comments

Support the Docs!

If you notice a mistake in the documentation, instead file a bug report in the issue tracker. Instead use this to add tips and tricks associated with the functions. You can use tags like to keep your comments clear.