ez.no / ezpublish / documentation / the template language / variable types / objects
These documentation pages are no longer maintained. Please visit the new documentation site.
Objects are not a specific type but are created from classes (PHP code) or by special operators. By using objects it is possible to do more advanced template handling, for instance objects may contain state information or other required bookkeeping. Objects may inter-operate with associative arrays since they support lookup using identifiers. Identifier lookup for objects is entirely up to the specific object, it's only required that the class creates a couple of functions.
Comments