|
|
|
|
|
by giusc
4534 days ago
|
|
My personal opinion is that either no symfony and no pux should exist. There's no need to reinvent frameworks in PHP as PHP is the framework already.
There's no need to reinvent templating in PHP as PHP is the templating already. If you require different productivity from a language just don't stick on PHP and make the right choice by using the most appropriate language for you. There's plenty out there. PHP is great, it rocks and is very fast when used in the right way. |
|
The built-in templating language, twig, actually provides a number of benefits over bare PHP templating. It addresses security concerns, has a concise and clean syntax, and compiles down to optimised PHP template code, minimising the performance hit.
If you are suggesting that PHP shouldn't be used for web applications, and should only be used for basic templating, I would be interested to know what you consider to be an "appropriate language".