ExtensionAutoloadPath
Summary
Sets the extensions that contain template function or operator definitions.Usage
ExtensionAutoloadPath[]= directory_name1
ExtensionAutoloadPath[]= director_namey2
...
Description
eZ publish will look for the file eztemplateautoload.php inside the directory "/extension/ directory_name/autoloads". The eztemplateautoload.php file should contain the function and operator definitions provided by the corresponding extension.
This setting is typically set in the settings for each extension that contain template operators of functions.
Examples
ExtensionAutoloadPath[]=myextension
This setting will make eZ publish load template function and operator definitions from the file "/extension/myextension/autoloads/eztemplateautoload.php"
Frederik HolljenĀ (14/04/2005 12:02 pm)
Frederik HolljenĀ (14/04/2005 12:27 pm)
Comments
There are no comments.