如果您已经有了一个网站设计,并且只想使用 Zend Framework 的模块(主要是用于安全和性能的模块),您会怎么做学习 Zend 以进行快速 Web 开发?
If you already have a website design in mind and want to just use Zend Framework's modules (mainly the one's for security and performance) how would you go about learning Zend for rapid web development?
http://framework.zend.com/manual/en/learning.quickstart.intro.html
示例代码、示例启动项目、大量文档;Zend Framework 手册是我经常打开的浏览器标签之一.
Sample code, an example starter project, lots of documentation; the Zend Framework manual is one of my constantly open browser tabs.
这篇关于学习 Zend 框架的最快方法?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!
Zend 中的动作视图助手 - 解决方法?Action View Helper in Zend - Work around?(Zend 中的动作视图助手 - 解决方法?)
这是将 URI 与 PHP 中用于 MVC 的类/方法匹配的好方Is this a good way to match URI to class/method in PHP for MVC(这是将 URI 与 PHP 中用于 MVC 的类/方法匹配的好方法吗)
我在哪里保存 Zend Framework 中的部分(视图),以便Where do I save partial (views) in Zend Framework, to be accessible for all Views in my App?(我在哪里保存 Zend Framework 中的部分(视图),以
有一个网站的单一入口点.坏的?好的?没问题?Having a single entry point to a website. Bad? Good? Non-issue?(有一个网站的单一入口点.坏的?好的?没问题?)
MVC + 服务层在 Zend 或 PHP 中常见吗?Is MVC + Service Layer common in zend or PHP?(MVC + 服务层在 Zend 或 PHP 中常见吗?)
PHP MVC 方法中的 Hello World 示例Hello World example in MVC approach to PHP(PHP MVC 方法中的 Hello World 示例)