Forums / Install & configuration / Differences between module and operator ?

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Differences between module and operator ?

Author Message

Fred Gueho

Thursday 27 April 2006 8:58:05 am

What is the main difference between module and operator ?

In which case should I use module ? or operator ?

Björn X

Thursday 27 April 2006 7:11:38 pm

you use modules for writing own applications which could include operator like behaviors(module functions... {set $data=fetch("module","function"[, $param ]))

you use operators to enrich template functionality... e.g. data manipulation in templates ... mainly meaning stuctures that already exist in the scope of the template.