<i id='sYpEO'><tr id='sYpEO'><dt id='sYpEO'><q id='sYpEO'><span id='sYpEO'><b id='sYpEO'><form id='sYpEO'><ins id='sYpEO'></ins><ul id='sYpEO'></ul><sub id='sYpEO'></sub></form><legend id='sYpEO'></legend><bdo id='sYpEO'><pre id='sYpEO'><center id='sYpEO'></center></pre></bdo></b><th id='sYpEO'></th></span></q></dt></tr></i><div id='sYpEO'><tfoot id='sYpEO'></tfoot><dl id='sYpEO'><fieldset id='sYpEO'></fieldset></dl></div>

    <small id='sYpEO'></small><noframes id='sYpEO'>

      <legend id='sYpEO'><style id='sYpEO'><dir id='sYpEO'><q id='sYpEO'></q></dir></style></legend>

    1. <tfoot id='sYpEO'></tfoot>

          <bdo id='sYpEO'></bdo><ul id='sYpEO'></ul>

        我从哪里开始使用 Zend 框架?

        Where do I start with Zend Framework?(我从哪里开始使用 Zend 框架?)
          <i id='RbY0r'><tr id='RbY0r'><dt id='RbY0r'><q id='RbY0r'><span id='RbY0r'><b id='RbY0r'><form id='RbY0r'><ins id='RbY0r'></ins><ul id='RbY0r'></ul><sub id='RbY0r'></sub></form><legend id='RbY0r'></legend><bdo id='RbY0r'><pre id='RbY0r'><center id='RbY0r'></center></pre></bdo></b><th id='RbY0r'></th></span></q></dt></tr></i><div id='RbY0r'><tfoot id='RbY0r'></tfoot><dl id='RbY0r'><fieldset id='RbY0r'></fieldset></dl></div>

          • <tfoot id='RbY0r'></tfoot>
          • <legend id='RbY0r'><style id='RbY0r'><dir id='RbY0r'><q id='RbY0r'></q></dir></style></legend>
              1. <small id='RbY0r'></small><noframes id='RbY0r'>

                  <bdo id='RbY0r'></bdo><ul id='RbY0r'></ul>

                    <tbody id='RbY0r'></tbody>

                  本文介绍了我从哪里开始使用 Zend 框架?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我一直在记事本中编写我的 PHP 应用程序.我想更上一层楼,让它变得专业,据我所知,使用 Zend 框架是从哪里开始.我一直在阅读文档和快速入门以及一些教程,但我仍然完全迷失了.

                  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 框架教程 成为现实世界中更好的例子.

                  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 框架?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  DeepL的翻译效果还是很强大的,如果我们要用php实现DeepL翻译调用,该怎么办呢?以下是代码示例,希望能够帮到需要的朋友。 在这里需要注意,这个DeepL的账户和api申请比较难,不支持中国大陆申请,需要拥有香港或者海外信用卡才行,没账号的话,目前某宝可以
                  PHP通过phpspreadsheet导入Excel日期,导入系统后,全部变为了4开头的几位数字,这是为什么呢?原因很简单,将Excel的时间设置问文本,我们就能看到该日期本来的数值,上图对应的数值为: 要怎么解决呢?进行数据转换就行,这里可以封装方法,或者用第三方的
                  mediatemple - can#39;t send email using codeigniter(mediatemple - 无法使用 codeigniter 发送电子邮件)
                  Laravel Gmail Configuration Error(Laravel Gmail 配置错误)
                  Problem with using PHPMailer for SMTP(将 PHPMailer 用于 SMTP 的问题)
                  Issue on how to setup SMTP using PHPMailer in GoDaddy server(关于如何在 GoDaddy 服务器中使用 PHPMailer 设置 SMTP 的问题)

                        <i id='1jQhB'><tr id='1jQhB'><dt id='1jQhB'><q id='1jQhB'><span id='1jQhB'><b id='1jQhB'><form id='1jQhB'><ins id='1jQhB'></ins><ul id='1jQhB'></ul><sub id='1jQhB'></sub></form><legend id='1jQhB'></legend><bdo id='1jQhB'><pre id='1jQhB'><center id='1jQhB'></center></pre></bdo></b><th id='1jQhB'></th></span></q></dt></tr></i><div id='1jQhB'><tfoot id='1jQhB'></tfoot><dl id='1jQhB'><fieldset id='1jQhB'></fieldset></dl></div>
                          <bdo id='1jQhB'></bdo><ul id='1jQhB'></ul>
                          <legend id='1jQhB'><style id='1jQhB'><dir id='1jQhB'><q id='1jQhB'></q></dir></style></legend>
                          <tfoot id='1jQhB'></tfoot>

                            <small id='1jQhB'></small><noframes id='1jQhB'>

                              <tbody id='1jQhB'></tbody>