BRICKOO::SetMapFilesPath (since version 2.0)
Syntax
boolean SetMapFilesPath ( string $mapPath )
Parameters
mapPath
The path to store the autoloader map files.
Description
Sets the path to store map files of the autoloader.
The map files are files containing the mapping from calls to the directory where they did be found.
This folder should be located outside of the document root for security reasons.
This folder needs write access
The map files are files containing the mapping from calls to the directory where they did be found.
This folder should be located outside of the document root for security reasons.
This folder needs write access
Return
boolean Returns true on success, false on fail.
See also
Last change 10/12/2009