Friday 21 May 2010 4:03:22 am
Hello Steven,
You will get better information in the reference section of the documentation: http://ez.no/doc/ez_publish/technical_manual/4_x/reference/template_operators/miscellaneous/attribute
But to extract data from template variables you will need to do this: {$variable_name|attribute(show, 1)} although if your object is not a string {$variable_name} for simple variables
Once you start digging into the actual php code, you will also be able to use: http://pubsvn.ez.no/doxygen/trunk/html/
eZPedia, is also a good source of information, if you start writing extensions http://ezpedia.org/ eZPlanet, is also a good place to keep updated with the community, since you will find a lot of code exemples on the blogs of other developpers http://www.planetezpublish.org/
|