ExtensionDirectories
Summary
Sets the directories where eZ Publish will look for action extensions.Usage
ExtensionDirectories[]= directory1
ExtensionDirectories[]= directory2
...
Description
eZ Publish will look for actions in " ExtensionDirectory/ directory/actions/content_actionhandler.php". In that file eZ Publish 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.