Multiple choice technology web technology

Which of the following is part of Model Layer in Symfony's MVC architecture?

  1. Database Abstraction

  2. Layout

  3. Action

  4. None of above.

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In Symfony's MVC architecture, the Model layer handles data access and business logic. Database Abstraction (via Propel or Doctrine ORM) is part of the Model layer. Layout belongs to View, Action belongs to Controller, and 'None of above' is incorrect.