<tfoot id='1SYSx'></tfoot>
    1. <small id='1SYSx'></small><noframes id='1SYSx'>

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

        • <bdo id='1SYSx'></bdo><ul id='1SYSx'></ul>

        Web-apps:框架还是不框架?

        Web-apps : to framework or not to framework?(Web-apps:框架还是不框架?)
        • <tfoot id='R8PGU'></tfoot>
        • <i id='R8PGU'><tr id='R8PGU'><dt id='R8PGU'><q id='R8PGU'><span id='R8PGU'><b id='R8PGU'><form id='R8PGU'><ins id='R8PGU'></ins><ul id='R8PGU'></ul><sub id='R8PGU'></sub></form><legend id='R8PGU'></legend><bdo id='R8PGU'><pre id='R8PGU'><center id='R8PGU'></center></pre></bdo></b><th id='R8PGU'></th></span></q></dt></tr></i><div id='R8PGU'><tfoot id='R8PGU'></tfoot><dl id='R8PGU'><fieldset id='R8PGU'></fieldset></dl></div>

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

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

              <tbody id='R8PGU'></tbody>
                  <bdo id='R8PGU'></bdo><ul id='R8PGU'></ul>
                • 本文介绍了Web-apps:框架还是不框架?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我了解 PHP,并且刚开始使用 MySql(但计划使用 ODBC).我不需要任何解释这一点的书籍.

                  I know PHP and am just beginning with MySql (but plan to use ODBC). I don't need any books explaining that.

                  我可能有资格开发一个简单的网站,但我的目标是开发雄心勃勃的应用程序.我想几乎所有的网络应用程序都有一些共同点,比如安全性、可扩展性等(例如,我完全不知道如何在服务器服务器上分发数据库或应用程序).

                  I am probably qualified to develop a simple web site, but aim at taking on quite ambitious apps. I imagine that almost all web apps have some commonality like security, scalability, etc (I have absolutely no idea how to distribute a data base or an app over server servers, for instance).

                  由于我无法预见我可能开发的应用程序的确切性质(除了 PHP 和 ODBC 将涉及),与框架结合是否有任何意义,或者我是否应该重新发明轮子并对其进行个性化,使其成为我自己的框架.

                  Since I can't foresee the exact nature of the applications which I might develop (other than that PHP & ODBC will be involved), is there any point in getting married to a framework, or should I just reinvent the wheel and personalize it to make it my own framework.

                  如果是现有的框架,那么是哪一个?我能提供的唯一帮助是我不太可能做网站、门户、购物网站等,可能更倾向于资产跟踪和数据挖掘.

                  If an existing framework, then which one? The only help I can give is that I am not likely to do websites, portals, shoppings sites, etc, probably leaning more to asset tracking and data mining.

                  推荐答案

                  使用框架可以为您节省大量时间,并帮助您合理地组织应用程序.

                  Using a framework saves you a ton of time and helps you to organise your app mroe logically.

                  如果应用程序很小,那么像 CodeIgniter 或 Kohana 这样的框架是理想的.

                  If the app is small then frameworks like CodeIgniter or Kohana are ideal.

                  如果您正在构建一个需要扩展 Symfony 或可能是 Zend 的更大的应用程序,那么您可以看看.

                  If you are building a bigger app that needs to scale the Symfony or possiby Zend are the ones to look at.

                  如果你在 Symfony 中启动你的应用程序,你会立即得到:

                  If you were to start your app in Symfony you would instanly get:

                  • 使用路由重写网址
                  • 一个表单框架,用于处理与您的网络表单有关的所有事情
                  • 国际化和本地化
                  • 发送电子邮件
                  • 缓存
                  • 管理区域生成器,帮助您快速添加数据
                  • 单元测试框架

                  此外,整个框架是可扩展和可定制的,以满足您的需求.

                  Plus the whole framework is extendable and custmisable to suit your needs.

                  如果没有框架,您必须自己编写所有这些内容.或者集成几个不同的开源模块.

                  Starting without a framework you'd have to write all of this yourself. Or integrate several disparate open source modules.

                  希望这会有所帮助.

                  这篇关于Web-apps:框架还是不框架?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

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

                  相关文档推荐

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

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

                        • <tfoot id='Vd4QM'></tfoot>
                          <legend id='Vd4QM'><style id='Vd4QM'><dir id='Vd4QM'><q id='Vd4QM'></q></dir></style></legend>

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