我该从Zend Framework入手呢? [英] Where do I start with Zend Framework?

查看:78
本文介绍了我该从Zend Framework入手呢?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我一直在用记事本编写PHP应用程序.我想更进一步,更专业地工作,据我所知,使用Zend Framework是从哪里开始的.我一直在阅读文档和快速入门以及一些教程,但我仍然完全迷失了.

I have been coding my PHP applications in Notepad. I want to take it a step up and do it professional, and as far as I can tell using the Zend Framework is where to start. I have been reading the documentation and quick start and a few tutorials but I am still completely lost.

  • Zend是在本地计算机上还是在远程服务器上?
  • "MVC"模型的文件是否不同?用于GUI的文件,用于获取数据和数据库的函数的文件?
  • 是否真的有一个教程详细介绍了如何使用Zend Framework完成事情以及如何入门?

之所以这样问,是因为我一直在阅读的教程仍然让我感到困惑,并且我非常渴望开始专业地进行这项工作.我想利用这套新工具!请帮忙:)

The reason I am asking this is because the tutorials I have been reading still leave me confused and I am very anxious to start doing this professionally. I would like to utilize this new set of tools! Please help :)

推荐答案

我们以前都去过那里!

Zend Framework是一个非常强大的PHP MVC框架.网络上有大量的教程.快速入门教程很好地了解了应用程序的骨架,但是我发现 Akrabat的Zend Framework教程成为一个更好的现实世界示例.

Zend Framework is a pretty powerful MVC framework for PHP. There are scads of tutorials all over the net. The quickstart tutorial is good to get a general skeleton of an application, but I found Akrabat's Zend Framework tutorial to be a better real world example.

当您需要开发健壮的应用程序并需要一整套库来配合这一工作时,ZF就是很棒的选择-ZF的库很大,并且所有组件之间都可以很好地发挥作用(尽管您可以分别将它们撕掉,然后将它们添加到任何项目中). ZF的缺点是,因为它是如此灵活,所以设置它可能会相当复杂.

ZF is fantastic when you're at the point where you need to develop robust applications and need a whole suite of libraries to accompany this - ZF's library is huge and all the components play quite nicely with each other (although, you can rip them out individually and add them to any project). The downside to ZF is that because it is so flexible, there can be quite a bit of complexity in setting it up.

说实话,如果开始使用MVC应用程序,您可能会尝试一些更简单的方法.我发现 CodeIgniter 在保持MVC设计基础的同时,学习曲线非常短. CakePHP 还将带您逐步完成所有步骤.

To be honest, if starting to get your feet wet with MVC applications, you might try something a little bit more straight forward. I find CodeIgniter to have a very short learning curve while maintaining the fundamentals of MVC design. CakePHP also walks you through the steps quite deliberately.

这篇关于我该从Zend Framework入手呢?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆