Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

Matrix

Summary

Stores multiple rows and columns of text.

Properties

NameInternal nameSearchableInformation collector
Matrix ezmatrix Yes. No.

Description

This datatype allows the storage and retrieval of information structured in a table. The following screenshot shows the class attribute edit interface for this datatype.

Class attribute edit interface for the "Matrix" datatype.

Class attribute edit interface for the "Matrix" datatype.

Object attribute edit interface

The following screenshot shows the object attribute edit interface for this datatype.

Object attribute edit interface for the "Matrix" datatype.

Object attribute edit interface for the "Matrix" datatype.

Raw output

The ".content" of an ezcontentobjectattribute object using this datatype returns an ezmatrix object.

Balazs Halasy (21/02/2005 2:39 pm)

Balazs Halasy (29/04/2005 12:51 pm)


Comments

  • Using "&" in matrix fields

    Hello everybody,

    I,m trying to use matrix datatype to store a string that contains "&" character like this:

    http://category-xml.php?CategoryID=3121&Filter=1000036-3808734_

    After I published the object, all characters after "&" are automatically clean, leaving the field like this:

    http://category-xml.php?CategoryID=3121

    Anybody worked out this problem? Why does it happen?

    Thanks for your help
    • Re: Using "&" in matrix fields

      Maybe the operator "wash" will help