Monday 06 June 2011 5:29:28 am
@jerome: This is what I mean... The normal process of eZP template loading and parsing goes like this:
- template content is loaded from the template (.tpl) file into a PHP variable (let's say $text)
- the content of $text variable is processed and compiled to PHP
What I would like to do is to insert a custom PHP function between step 1. and 2. which would operate on the $text variable and change it's content somehow. Is this possible? @gaetano... Would the feature request you are suggesting solve what I'm looking for? It looks like your suggestion would work only on templates invoked via template include, and not for templates loaded from override, *_view_gui, OE tags, embed objects... Am I right?
--
Nothing is impossible. Not if you can imagine it!
Hubert Farnsworth
|