Preguntas y respuestas de entrevista mas solicitadas y pruebas en linea
Plataforma educativa para preparacion de entrevistas, pruebas en linea, tutoriales y practica en vivo

Desarrolla tus habilidades con rutas de aprendizaje enfocadas, examenes de practica y contenido listo para entrevistas.

WithoutBook reune preguntas de entrevista por tema, pruebas practicas en linea, tutoriales y guias comparativas en un espacio de aprendizaje responsivo.

Preparar entrevista

Zend Framework preguntas y respuestas de entrevista

Pregunta 1. What is a framework?

In software development, a framework is a defined support structure in which another software project can be organized and developed.
=> An abstract design
=> Set of common functionality
=> Developed for a particular domain

Es util? Agregar comentario Ver comentarios
 

Pregunta 2. Why should we use framework?

Framework is a structured system
=> Source codes become more manageable
=> Easy to extend features
=> Rapid application development

Es util? Agregar comentario Ver comentarios
 

Pregunta 3. Configuration in Zend Framework, application.ini file?

Configuration can be done in application.ini file in Zend framework. This file in the path application/configs/application.ini.

Es util? Agregar comentario Ver comentarios
 

Pregunta 4. Checking whether form posted or not in Zend framework?

 if($this->getRequest()->isPost()){ echo "Form posted"; }

Es util? Agregar comentario Ver comentarios
 

Pregunta 5. Does Zend Framework support PHP 4?

No. Zend Framework was built to use all of the sophisticated object oriented features of PHP 5 and take advantage of significant performance and security enhancements.

Es util? Agregar comentario Ver comentarios
 

Lo mas util segun los usuarios:

Copyright © 2026, WithoutBook.