Multiple choice technology web technology

What is the correct way for writing the template for executeShow action?

  1. ShowSuccess.php

  2. showsuccess.php

  3. showSuccess.php

  4. None

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

Symfony 1.x uses camelCase for action templates. The executeShow action maps to showSuccess.php (lowercase first letter, then camelCase).