Template engine - 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: Template engine (/showthread.php?tid=87262) |
Template engine - FabriceL - 03-31-2023 Hello team, I'm creating a front and I want to use the best I can find: Twig -> Sur ? That's a debate (template engine or not) Alpinejs Htmx I started to test with the : Htmx -> https://github.com/michalsn/codeigniter-htmx-demo Bonfire -> https://github.com/lonnieezell/Bonfire2 Twig -> https://github.com/kenjis/codeigniter-ss-twig Have you ever been in this direction? My current problems : - "extends '/Namspace/xxxx.twig'" with bonfire theme management - Using view_cell Thanks guys Thanks to you I created a BO with Htmx + alpinejs + wiew_cell and it's great |