Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

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:27 pm)

Geir Arne Waaler (25/08/2010 1:46 pm)

Frederik Holljen, Geir Arne Waaler


Comments

There are no comments.