| Jamie Wall 2004-08-08, 3:56 pm |
| First: I am really finding Flexy useful!
Second:
I have 2 questions concerning the use of Flexy:
1. Is there a way to use prefix/suffix with form tags? To make it work
for me, I am modifying HTTP_Template_Flexy_Element method
toHtmlNoClose() like:
return "{$prefix}<{$ret->tag}".$ret->attributesToHTML() . '>' .
$ret->childrenToHTML() . $suffix;
2. Is their a way to compile/output a string which contains the template
instead of using a file on disk? I see:
function compile(&$flexy,$string=false)
in HTML_Template_Flexy_Compiler_Standard, but I also want mergeElement
functionality which is in outputObject/bufferedOutputObject which seems
to rely on a template on disk. I have it mostly working, but again I
have to modify/subclass which doesn't seem right.
Thank you in advance.
Jamie Wall
http://www.webpeak.com
1(727)527-3646
|