Php beginners read the most popular smarty Syntax: {code ...} previously, I used angularJS to develop mobile apps and liked angular's template syntax: {code ...} I wonder if there is any template engine like this: {code ...} php beginners read the most popular smarty Syntax:
{%foreach $list as $item%}
- {%$item=>name%}
{%/foreach%}
Previously, I used angularJS to develop mobile apps and liked angular's template syntax:
I don't know if there is any template engine like this:
Reply content:
Php beginners read the most popular smarty Syntax:
{%foreach $list as $item%}
- {%$item=>name%}
{%/foreach%}
Previously, I used angularJS to develop mobile apps and liked angular's template syntax:
I don't know if there is any template engine like this:
Https://github.com/esvit/php-angular
Search for this and someone should have done it. I personally think it is quite good, and PHP can be fully implemented.
The tag pair of smarty can be modified!
I did not expect to have the same idea with me, before I also looked for php template engine similar to angularjs, did not find, then I wrote a: http://www.kancloud.cn/shuai/php-angular/127397