Template engine

darbeg

New Member
YetiShare User
Apr 1, 2015
87
0
0
I recommend to use php template engine for Yetishare.
Like as Smarty (http://www.smarty.net/) and Twig (http://twig.sensiolabs.org/)
It can be good for custom template creationg and for code system.

Frankly, i like currently coding but it's to much complex with php codes in html.
 

enricodias4654

Member
YetiShare User
Jan 13, 2015
411
1
16
+ 1 for the template engine, but not smarty. Smarty is overkill, I never liked it.

Currently the "templates" in ys are not templates at all. They are php files with some html. They have logic, they make sql queries and etc. The idea of templates is to separate the logic from the view and make it easy to edit the design.