热门面试题与答案和在线测试
面向面试准备、在线测试、教程与实战练习的学习平台

通过聚焦学习路径、模拟测试和面试实战内容持续提升技能。

WithoutBook 将分主题面试题、在线练习测试、教程和对比指南整合到一个响应式学习空间中。

面试准备

模拟考试

设为首页

收藏此页面

订阅邮箱地址

Zend Framework 面试题与答案

问题 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

这有帮助吗? 添加评论 查看评论
 

问题 2. Why should we use framework?

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

这有帮助吗? 添加评论 查看评论
 

问题 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.

这有帮助吗? 添加评论 查看评论
 

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

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

这有帮助吗? 添加评论 查看评论
 

问题 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.

这有帮助吗? 添加评论 查看评论
 

用户评价最有帮助的内容:

版权所有 © 2026,WithoutBook。