Cutter Template Library (CI3) |
Hello everyone.., I want to share my library for template view. It's called Cutter. For CI3 only
Basically it was extending CI core view, and add more functionalty on it. main functionalty on this library is (i dont know what it's called) block-template. TL;DR. example: PHP Code: class Homepage extends CI_Controller { create file layout.cutter.php in view directory. PHP Code: <!DOCTYPE html> and then, create file post/list.cutter.php in view directory PHP Code: <?php cutter_start('content-section') ?> you can get the library at: https://github.com/anovsiradj/codeigniter-cutter that's all. ![]() |
Welcome Guest, Not a member yet? Register Sign In |