|
No need to send emails to both me and list
(twice) I guess ?
Anyway - I already looked into that. It's what
CGI::Application::Framework uses.
But it's not what I need/want.
That way I can only call some run_mode (method)
from current module (one that is outputing
the template in the first place). I would
need to manualy add plugins to each of the
module
(or just in base module).
On the other hand, I could write an method in my
base module (inherited by others). And implement
that logic inside of him (require SomeModule, call
some_run_mode in it ...).
But all that would be similar like
this:
<TMPL_VAR
NAME="CGIAPP_EMBED('run_plugin','some_plugin','param1','param')">
I was hopping to avoid that ... and make it
shorter/simpler as:
<TMPL_PLUGIN NAME="SomeName(param1,
param2)">
|
Title: Message
- [htmltmpl] Writing an extension for HTML::Template ... Webmaster Techcode.NET
- RE: [htmltmpl] Writing an extension for HTML::... Dan Horne
- Re: [htmltmpl] Writing an extension for HT... Webmaster Techcode.NET
- Re: [htmltmpl] Writing an extension fo... Dan Horne
- Re: [htmltmpl] Writing an extensio... Mathew Robertson
- Re: [htmltmpl] Writing an ext... Webmaster Techcode.NET
