Re: [htmltmpl] Writing an extension for HTML::Template - how to do it?

2005-11-08 Thread Webmaster Techcode.NET
 Wouldn't it be great if everyone was writing docs like you do? :)   I checked it out - it seems quite interesting. Will give it more thougth in the morning (it's 3AM ...).   Thanks.   Indeed, there are a number of solutions that can be implemented.  HTML::Template::Expr with a function

Re: [htmltmpl] Writing an extension for HTML::Template - how to do it?

2005-11-08 Thread Mathew Robertson
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

Re: [htmltmpl] Writing an extension for HTML::Template - how to do it?

2005-11-08 Thread Dan Horne
On Wed, 2005-11-09 at 12:51, Webmaster Techcode.NET wrote: > MessageNo need to send emails to both me and list (twice) I guess ? > er, ok > > 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

Re: [htmltmpl] Writing an extension for HTML::Template - how to do it?

2005-11-08 Thread Webmaster Techcode.NET
Title: Message 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 temp

RE: [htmltmpl] Writing an extension for HTML::Template - how to do it?

2005-11-08 Thread Dan Horne
Title: Message Hi   Since you're using CGI::App, you should have a look at CGI::Application::Plugin::AnyTemplate - which will allow you to call a run mode with the H::T       Dan   -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Webmaste

[htmltmpl] Writing an extension for HTML::Template - how to do it?

2005-11-08 Thread Webmaster Techcode.NET
Hello folks!   Don't know if it's just me or documentation of HTML::Template::Extension isn't good. Eitherway, I can't figure out how to write an extenstion for it, that I need for my project.   I work with CGI::Application, and I wan't to be able to use (reusable) objects in my templates.