RainTPL for FAST Templating Programming Web Development by diafol … templating engine I've been using for a while called RainTPL. A few users have posted threads of late asking about… a speed test page on his site: [url]http://www.raintpl.com/PHP-Template-Engines-Speed-Test/[/url] If you've… used templaters like Smarty, RainTPL should seem very simple to use - just "8 tags… Re: RainTPL for FAST Templating Programming Web Development by chrishea I looked at RainTPL and pretty quickly I got it. I played with it … compelling reason). Thus, for potential occasional use, I think that RainTPL is the winner based strictly on simplicity. If I was… Re: RainTPL for FAST Templating Programming Web Development by chrishea I spent a bit of time with RainTPL the last time that Ardav mentioned it in a post and I agree that it is pretty simple and straightforward. I would certainly consider it for something new. Retrofitting it would need some meaningful payback to make it worthwhile. Re: RainTPL for FAST Templating Programming Web Development by diafol Just received a PM from OcRedF - thanks mate - describing speed tests conducted with the leading templaters vs. php. Really interesting. Seems RainTPL is really fast: [url]http://www.phpcomparison.net/[/url] Re: RainTPL for FAST Templating Programming Web Development by rajppd Can somebody here give me a link for studying how to start off with RainTPL? I am quite a beginner New great php templete engine (RainTPL) Programming Web Development by click here [B]New great php templete engine (RainTPL)[/B] i found this and test it but i want …="http://www.jooria.com/scripts/PHP-Templates-Engine-118/RainTPL-816/index.html"]the download[/URL] [URL="http….jooria.com/Tutorials/Website-Programming-16/Templag-Your-Site-with-RainTPL-141/index.html"]the documentation[/URL] thanks Re: New great php templete engine (RainTPL) Programming Web Development by raintpl … execution speed. See the benchmark here: [URL="http://www.raintpl.com/?page_id=benchmark"]http://www… translate meta tags? Digital Media Digital Marketing Search Engine Strategies by diafol … a DIY multilingual site. I'm using a templating engine (rainTPL) and my own static language files (php arrays). In these… Re: convert to OOP Programming Web Development by veedeoo …item.title }}</li> {% endfor %} </ul> RainTPL example search.php include_once('locationOfRainTemplateClass'); ## we create an object of… our database class $db = new Database(); $rain_tpl = new raintpl(); $rain_tpl->assign( array('results' =>$db->fetch_all($… Re: Templating in PHP Programming Web Development by chrishea The rainTPL website seems to be gone but rainTPL can still be found at: [URL="http://www.jooria.com/Tutorials/website-programming-16/templating-your-site-with-raintpl-141/"]http://www.jooria.com/Tutorials/website-programming-16/templating-your-site-with-raintpl-141/[/URL] Re: Templating in PHP Programming Web Development by chrishea And there is a forum on Google Groups [URL="http://groups.google.com/group/raintpl"]http://groups.google.com/group/raintpl[/URL] Re: Templating in PHP Programming Web Development by diafol … Bishan, if you're still there (?!), I've been using RainTPL on a new project and it's managed to keep… multilingual sites. This reins in my unruly and wayward nature! RainTPL has a new framework out: [url]http://www.rainframework.com… Re: Multi-language Programming Web Development by diafol …. I find this easiest when using a template engine like RainTPL or Smarty. A simple method: in a folder called 'lang… examples, such as selecting a language / storing language choice, using RainTPL, etc. Re: find string Programming Web Development by diafol … may be better off with a real templating engine like RainTPL or Smarty. Have a look at my site for a… look at RainTPL if you're interested: [url]http://www.diafol.org/rain… Re: Generate PDF Programming Web Development by chrishea … for a template engine and [URL="http://www.raintpl.com/"]RainTPL[/URL] is one that is very simple to use… Re: Little advice needed Programming Web Development by Stefano Mtangoo …=ardav;1492211] Dir structure seems fine. I've been using RainTPL, but they've just brought out rain framework ([url]http… haven't used. [/QUOTE] I hope they will not kill RainTPL [QUOTE=ardav;1492211]I don't need the complexity. I… Re: help me in using wampserver please Programming Web Development by pritaeas I prefer to use [URL="http://www.smarty.net/"]Smarty[/URL] for that (a template engine), although there are several more ([URL="http://www.raintpl.com/"]RainTPL[/URL] for example). Re: Phylosiphical or technical: PHP returns data or HTML code? Programming Web Development by diafol I use RainTPL templating engine in most of my projects these days as … classes), this could be fine. So, using a templater (like RainTPL or the more famous Smarty) works well for me as… Re: Why you don't want to mix PHP and HTML directly. Programming Web Development by diafol … you want to use templates to separate html/php RainTPL: http://www.raintpl.com/ Twig: http://twig.sensiolabs.org/ Smarty: http://www… Re: Templating in PHP Programming Web Development by diafol I use RainTPL - simpler than Smarty. The documentation's a little sparse, but it's very lightweight. Love it. Re: Templating in PHP Programming Web Development by diafol Rain TPL can be found here: [url]http://www.raintpl.com/[/url] Re: Templating in PHP Programming Web Development by diafol No? Works for me: SCREENSHOT: [url]http://www.raintpl.com/Download-127[/url] Re: Automatically Generate New Web Page Programming Web Development by chrishea … you might get some benefit from a templating system like RainTPL or Smarty. You still have the challenge of how to… Re: find string Programming Web Development by diafol … so, perhaps you want to use a templating engine like RainTPL (not trying to plug it honest). Re: find string Programming Web Development by itisnot_me i dont know anything about RainTPL. but i am trying to do templating system. so the … Re: problem with overwriting old content with new content Programming Web Development by diafol … approach of many. Some like template engines like Smarty and RainTPL. This adds more complexity, so if you're developing a… Re: php shortcuts Programming Web Development by diafol You could use a php templating engine like RainTPL, so you can embed php variables thus: [CODE]<p>{$firstpara}</p>[/CODE] I don't know if this is what you're after. Re: Little advice needed Programming Web Development by diafol …'s MVC). Dir structure seems fine. I've been using RainTPL, but they've just brought out rain framework ([url]http… Re: Dynamic replace text Programming Web Development by diafol You need the [CODE]<tr> <td></td> <td></td> <td></td> </tr>[/CODE] to be dynamic - include it in your while or for loop. If you're using templates, you may be better off using a templating engine like Smarty or RainTPL. Re: Understading the MVC Programming Web Development by diafol Perhaps start with something simpler like a templating engine (like a 'junior MVC' type thingy). I can recommend RainTPL.