ez.no / ezpublish / documentation / reference / modules / content
These documentation pages are no longer maintained. Please visit the new documentation site.
The content module provides an interface to the content engine that is built into eZ publish. This is the most important and most commonly utilized module. It provides views that make it possible to display the contents of objects, manage nodes and the content node tree, searching, translation, etc. A typical eZ publish site uses many of the views that this module provides.
The following table contains a list of the views that are available in the content module. Click on the name of a view for more information about that specific view (usage, parameters, description, examples, etc.).
| Operator | Description |
|---|
Comments
The following table?
Lukas Kolbe
Friday 20 August 2004 9:38:27 pm
This I found elsewhere, and it's really helping:
{$node|attribute(show,2)}
Or
{$node.object|attribute(show,2)}.
It displays every single attribute of the given node/object, recursivly (up to specified maximum deep).
{$node|attribute(show,3)} fails for me on an article, segfaulting apache.
--
Lukas