Blog PostI ported Template Parser from CodeIgniter to Kohana

I have been using CodeIgniter for many of my php development projects. However, recently, I have knew about Kohanaphp framework, its a framework that is based on CodeIgniter, but is Strict PHP5 OO. That's something that I love, since I am a Java programmer and in total love with OO (Object Oriented) Programming. However, Kohanaphp framework didn't have a template parser, or let me say an alternate syntax template engine. CodeIgniter did, although its not full-blown template parsing solution, but it does the job perfectly for me. I started using Kohanaphp for one of my php projects, and I wanted to reuse some of my views which were done using CI template parser syntax. So, I ported the parser class to Kohana. The Code is hosted on http://code.google.com/p/kohana-template-parser/

Comments

Discuss with me and others You need to sign in to post comments