CodeIgniter Forums
COMPER Template Parser 3.0 - 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: COMPER Template Parser 3.0 (/showthread.php?tid=60244)



COMPER Template Parser 3.0 - El Forum - 02-13-2014

[eluser]Tominator[/eluser]
Hi guys,

After very long time I'm finally releasing version 3 of popular COMPER Template Parser. There are many improvements, but one I love the most: it's 94% faster that Beta 2.5 (1.8ms vs. 28.8ms in my test code).

There are other improvements:
- variables in variables: {lang->{current_lang}->error_msg}
- NOCODE, for parts that that should not be parsed
- Itterator in cycles
- Modificators allow parameters
- Unlimited going deep into data using "->" formula (cycle->0->name)

Whole core was rewritten so it's now much inteligent and much much faster. You will like it!

Link: https://github.com/tomasbonco/comper-template-parser/


COMPER Template Parser 3.0 - El Forum - 05-02-2014

[eluser]Migranux[/eluser]
Hi,
Thanks for this really great job, i will use it in my next projects.
Migranux