You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: