Caution: This documentation is for Exponential, 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.

ExtensionDirectories

Summary

Sets the directories where Exponential will look for action extensions.

Usage

 

ExtensionDirectories[]= directory1
ExtensionDirectories[]= directory2
...

Description

Exponential will look for actions in " ExtensionDirectory/ directory/actions/content_actionhandler.php". In that file Exponential will look for the function directory_ContentActionHandler. This function will be invoked when your action is triggered.
The function must accept three parameters: "module", "http" and "objectID".

Frederik Holljen (04/07/2005 12:15 pm)

Frederik Holljen (04/07/2005 12:16 pm)


Comments

There are no comments.