Welcome Guest, Not a member yet? Register   Sign In
I have made one year ago CodeIgniter-HAML, it's made to be simple to use. Take a look at it on Github
#1

[eluser]Unknown[/eluser]
As I wrote, I made this CodeIgniter library a year ago.

It's very simple to use, once the library added just write your haml file. Then in your controller you need to add that to display the page. Easy.
Code:
$this->load->view('your-file.haml');

If you want something like that, try it.

It's here : https://github.com/beeksiwaais/codeigniter-haml
I would welcome your comments




Theme © iAndrew 2016 - Forum software by © MyBB