Pascal Bartl
Test por , creado hace más de 1 año

TYPO3 CD 2020 (zweite Auflage) Test sobre 5.1 The Fluid Templating Engine, creado por Pascal Bartl el 09/04/2021.

2
0
0
Pascal Bartl
Creado por Pascal Bartl hace casi 4 años
Cerrar

5.1 The Fluid Templating Engine

Pregunta 1 de 2

1

Which statements about “Fluid” and the MVC concept are correct? (2)

Selecciona una o más de las siguientes respuestas posibles:

  • The templating engine “Fluid” implements the view in a MVC-based system

  • The templating engine “Fluid” acts as an interface between the controller and the model

  • The FluidController class can bypass the controller and read the content from the database directly if required

  • Data (for example objects retrieved from a repository) should be passed from the controller to the view

Explicación

Pregunta 2 de 2

1

Which statements about partials are correct? (3)

Selecciona una o más de las siguientes respuestas posibles:

  • All partials should be stored in one central file

  • The purpose of a partial is to contain a small piece of recurring code

  • A partial can only be included in template files, but not in layout files

  • A variable var can be passed to a partial by using arguments="{var: var}"

  • Partials only support the HTML format

  • Partials can be nested recursively

Explicación