1.
What is the purpose of templating in PHP web development?
2.
Which of the following describes the role of business logic in PHP?
3.
What does separating presentation logic from business logic promote?
4.
Which PHP framework provides the Blade templating engine?
5.
What syntax does Blade, the templating engine in Laravel, use?
6.
What is the recommended approach for including business logic in PHP templates?
7.
Which function in Laravel is used to render Blade templates?
8.
What is the purpose of template inheritance in PHP frameworks?
9.
Which PHP framework provides the Twig templating engine?
10.
What syntax does Twig, the templating engine in Symfony, use?