MCQs > IT & Programming > Symfony2 > Select the sequence that shows an example of a simple controller.

Symfony2 MCQs

Select the sequence that shows an example of a simple controller.

Answer

Correct Answer: // src/Smarterer/HelloBundle/Controller/HelloController.php namespace Smarterer\HelloBundle\Controller; use Symfony\Component\HttpFoundation\Response; class HelloController { public function indexAction($name) { return new Response('<html><b

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Symfony2 Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Symfony2 Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it