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

Contents

The template language

Template code
Curly bracket issues
Comments
Variable types
    Numbers
    Strings
    Booleans
    Arrays
    Objects


Created

27/02/2004
3:51:45 pm
by Balazs Halasy

Last updated

27/02/2004
3:51:45 pm
by Balazs Halasy

Authors

Balazs Halasy



This page is part of the eZ Publish documentation. The documentation is available under the GNU Free Documentation License. All contributions will be released under the terms of this license.