Path

ez.no / ezpublish / documentation / the template language / variable types


Variable types

These documentation pages are no longer maintained. Please visit the new documentation site.

The template system has built-in support for the following variable types:

  • Numbers
  • Strings
  • Booleans
  • Arrays
  • Objects
  • Identifiers

In addition to the built-in types, it is also possible to create and use custom variable types. Custom variable types are stored using objects. Operators are then used to create proper objects and the objects have to know how to represent themselves.

Some variable types can be input/created directly, others need to be created using an operator. Types that may be input directly are numbers, strings and custom variables. Booleans and arrays need to be created using operators.

Comments

Contents

The template language

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


Created

27/02/2004
3:31:32 pm
by Balazs Halasy

Last updated

27/02/2004
3:33:16 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.