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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# CakePHP (2.x) Mustache Plugin
2
-
CakePHP-Mustache-Plugin View helper that renders Mustache templates. It will also load and process partials!
2
+
Mustache View helper (**originally CakePan**) that renders Mustache templates. It will also load and process partials!
3
3
4
4
### Why use Mustache templates in CakePHP?
5
5
<strong>Portability and scalability!</strong> If you have an app that uses lots of front-end coding, you only have to write your templates once. Mustache templates can be rendered in PHP, Javascript, Ruby, Scala, even C++! If you want to move to or from some other framework (Rails, Grails, Lithium etc.), you can be sure that your views and design won't have to be re-built.
0 commit comments