![]() |
[Tutorial] Create a Simple Template Engine in CI4 - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=31) +--- Thread: [Tutorial] Create a Simple Template Engine in CI4 (/showthread.php?tid=68226) |
[Tutorial] Create a Simple Template Engine in CI4 - kilishan - 06-12-2017 I just posted a new blog post that takes a quick look at how you might start creating a template engine in CI4 using the Parser. This is just one possible implementation, and is very basic in what's there, but seemed like a good post to get people experimenting with Parser plugins. You can read it here. RE: [Tutorial] Create a Simple Template Engine in CI4 - markusnippet - 06-13-2017 Cool, will take a look at your post later when I get back home ![]() RE: [Tutorial] Create a Simple Template Engine in CI4 - InsiteFX - 06-13-2017 Thank you @kilishan. RE: [Tutorial] Create a Simple Template Engine in CI4 - fakhrawy - 06-13-2017 thanks for sharing |