Y
Hacker News
new
|
ask
|
show
|
jobs
by
JodieBenitez
850 days ago
> I don't quite get the use of templating engines in PHP because PHP is a templating engine itself.
Do you write
safe
templates in PHP ?
1 comments
djbusby
850 days ago
Yep. Linters help. And are lighter than other templates engines (eg Blade, Twig) and give me static analysis.
link