Home | Login | Register | user control panel | view your posts |
question
FAQ
news
News
feedback
Feedback
HTML CSS PHP SQL
View unread posts | View new posts | View active posts
Login | Register | Search:
PHP template engine
user
forum by: user: nick, Post on: 2021-10-27 20:34:48, Posts: 129

php template engine

user: admin / Posts: 4 / post on: 2021-02-02 00:18:58
user
php template engine
Choosing a template engine for the Comet project, I decided to compare all the engines popular in the PHP community.

Usually the choice is dictated by the ..
user: Chrys / Posts: 5 / post on: 2021-02-05 00:18:58
user
php template engine
Yes, you can use PHP as a templating language But why we do this if there are more reliable and more lightweight options are available.

For example, for displaying the value of a variable in PHP, you will write –



But same can be done with lesser code in other templating languages like Twig, Django just by writing –

{{ var }}

Post User for this topic: title
Please Login to replay: Login | Register