Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.3.13

Request #1247 Some new feature request (Docs missing - toJavascript etc.)
Submitted: 2004-04-20 22:19 UTC
From: boci at dravanet dot hu Assigned: alan_k
Status: Assigned Package: HTML_Template_Flexy
PHP Version: Irrelevant OS: Linux
Roadmaps: (Not assigned)    
Subscription  


 [2004-04-20 22:19 UTC] boci at dravanet dot hu
Description: ------------ Hi! I think flexy needed some feature. 1. not in class method call (example global functions) 2. not in class variable insert ($GLOBALS, $_POST, $_SESSION) I think the right way this: {globals:variablename} or {post:variablename} 3. normal for support 4. if with validation set example: {if:value:othervalue=newvalue} 5. More-more-more documentation (more example, how to use the GetText support, toJavaScript usage, create own tags) Question: how to use an external function (example sizeof()) in if? I know this is a bug report but I don't know how can I ask. Cow (ICQ: 73963523, MSN: boci13@hotmail.com) Cow

Comments

 [2004-04-21 01:37 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [2004-04-21 08:19 UTC] boci at dravanet dot hu
Hi! Thanx the answers 3. {loop:i=5} -> for($i=0;$i<5;$i++) or flexy:loop=5 or flexy:loop="internalvar:5" Cow
 [2004-04-21 08:57 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [2004-04-21 12:09 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [2004-07-24 04:44 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [2005-05-23 17:02 UTC] john at curioussymbols dot com
Hi Alan I'd just like to second the request for some documentation, especially of the 'tojavascript' thing. It's been a major source of problems for me when installing my codebase on different systems, so a few clearly-expressed words about what are the options for inserting {tags} into <script> blocks would be really helpful. Cheers JP