Solution: Creating image alias image variations in PHP
Table of contents:
About
This is an example solution to generate or remove content object image datatype image alias image variations which do not yet exist within the system.
Example solution: bcimagealias extension
The solution bcimagealias extension is available for download on projects.ez.no/bcimagealias
Calling example script
This script generates or removes all image alias image variation image files in the system per siteaccess. Here is an example of how to call the script.
This extension also provides a workflow event and cronjob part to generate all image alias variation images in the system each time called. See INSTALL documentation within the extension.
External Reference
- Project: bcimagealias
- Doc: eZPersistentObject::fetchObjectList
- Doc: eZImageAliasHandler
- Forum: Creating image alias image variations in PHP
- Forum: How to fetch class objects in PHP