![]() |
[1.5.1 RELEASED] COMPER Template Parser - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: [1.5.1 RELEASED] COMPER Template Parser (/showthread.php?tid=29868) |
[1.5.1 RELEASED] COMPER Template Parser - El Forum - 06-25-2010 [eluser]Tominator[/eluser] Hello all! Today I'm finishing version 1.3.3. I'm finding beta-testers - so contact me, if you would like to test it! What's new? 1. Error messages 2. Extesionable (yes adding your language and config values even simpler!) - you can extend it with everything ... When released? I hope new version will be released in two or three weeks ... I have to write docs. [1.5.1 RELEASED] COMPER Template Parser - El Forum - 10-31-2010 [eluser]Tominator[/eluser] Hi guys! Sorry for spamming, but I've promised that new version will release in June ... but whole technique has crashed, so work stopped. As I say in facebook, I'm sorry and I've got one good and one bad message for you: Good is that I will relase new parser, version 1.5. You'll find: * Error messages, and logs * NEW debug function with unit testing * NEW conditions - better syntax and much faster (up to 66%) * NEW function append - you can easily pass your config, language and custom arrays and access them more elegant * BUGs fixed * Fixed roads * Compatible with CI 2.0 * Better docs Bad one: * No backward compatibility caused of new syntax of Conditions Term: 1.1.2011 [1.5.1 RELEASED] COMPER Template Parser - El Forum - 11-01-2010 [eluser]nggakbiasa[/eluser] ohh,,, great. can't wait the release date .. [1.5.1 RELEASED] COMPER Template Parser - El Forum - 11-01-2010 [eluser]Vheissu[/eluser] I am looking forward to trying your parser. I will definitely take a look once the new version is released. [1.5.1 RELEASED] COMPER Template Parser - El Forum - 12-25-2010 [eluser]Tominator[/eluser] Hey guys! Xmas present for you: Parser has been today released! Enjoy! [1.5.1 RELEASED] COMPER Template Parser - El Forum - 12-27-2010 [eluser]xjeddan143[/eluser] Nice one guys.. I learned it..I always thinking about the parse now I have an idea. Thank you [1.5.1 RELEASED] COMPER Template Parser - El Forum - 01-23-2011 [eluser]Tominator[/eluser] Version 1.5.1 relased! Fixed: * Bug in Append function * Bug in Debug function Now it has no error ![]() Looking forward to your feedback! [1.5.1 RELEASED] COMPER Template Parser - El Forum - 01-26-2011 [eluser]victorche[/eluser] Looks really simple, clean I've read the docs and it is powerful. Anyway, I need to know am I able to have one main tpl file, like page.tpl and then I want to include not only the header and footer, but to change the main content also. Something like (from the docs): Code: <body> [1.5.1 RELEASED] COMPER Template Parser - El Forum - 01-26-2011 [eluser]Tominator[/eluser] I'm not sure, if I understand you clearly, but you can use include anywhere (inside including files too). Also pseudo-varibles, cycles and conditionals are passed to included file. If I didn't answer you, try to write example, what you want to do, thanks ![]() Tom. [1.5.1 RELEASED] COMPER Template Parser - El Forum - 01-26-2011 [eluser]victorche[/eluser] I want to have one major template file, let's call it page.tpl: Code: <html> Login controller - loads login.tpl as a middle block FAQ controller - loads faq.tpl as a middle block |