Monday 21 July 2008 11:05:24 am
Hello, I wrote a design template for a content class. I was able to do so using the code below, and it works. Now what I would like is also instantiate some self written PHP class each time the content node is viewed. I'm missing some feature like being able to say what PHP class maps to the content node. Something like the (non existing) Execute statement below... Is there a way to do what I want?
Thanks in advance, </Pascal>
[embed_xxx]
Source=content/view/embed.tpl
MatchFile=embed/xxx.tpl
Subdir=templates
Match[class_identifier]=xxx
Execute=classes/xxx.php
|