Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Templating Engine #5

Open
tchalvak opened this issue Dec 27, 2012 · 1 comment
Open

Templating Engine #5

tchalvak opened this issue Dec 27, 2012 · 1 comment

Comments

@tchalvak
Copy link
Collaborator

So, I've worked with the codeigniter views in SRA, and I want to put this concept out there of the potential for moving to a full blown templating engine.

This would really clean up the html/css/js and enable them to be truly separate from the php, which I really find to be useful when dealing with html/css/js. It's a bit of a work addition considering that the views already exist within the MVC, but it really cleans up when dealing with the html/js/css.

Smarty is alright for this, though I really like the cleaner (more modern?) syntax of Mustache/mustache.php, but really any templating engine would be awesome.

Whatever engine, I could set this up, and give a branch that involves this and make a pull request for review, and such.

Thoughts?

@ryankinal
Copy link
Collaborator

Having not actually played with CI yet, I can't really weigh in on this one. But I've read it, and in general, I'm a fan of templating engines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants