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

monju_include

monju_include($path)

Description

monju_include includes a file using php's include - 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_include('./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.