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

    <legend id='Bbgjb'><style id='Bbgjb'><dir id='Bbgjb'><q id='Bbgjb'></q></dir></style></legend>
  1. <small id='Bbgjb'></small><noframes id='Bbgjb'>

    1. Zend 框架 TDG 与 Doctrine

      Zend Framework TDG vs Doctrine(Zend 框架 TDG 与 Doctrine)

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

        <tbody id='5kQW6'></tbody>
        <bdo id='5kQW6'></bdo><ul id='5kQW6'></ul>

      • <small id='5kQW6'></small><noframes id='5kQW6'>

        <tfoot id='5kQW6'></tfoot>

          <legend id='5kQW6'><style id='5kQW6'><dir id='5kQW6'><q id='5kQW6'></q></dir></style></legend>
                本文介绍了Zend 框架 TDG 与 Doctrine的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                可能的重复:
                什么时候应该使用doctrine ORM,什么时候使用zend-db-table?

                简而言之,什么更好,为什么?

                In short, what is better and why ?

                我目前使用 Zend Framework TDG,但正在考虑转向 Doctrine.

                I currently using Zend Framework TDG but am considering move to Doctrine.

                已经转向 Doctrine 的人(来自 Zend FW TDG)能说说这个经历吗?它是否更好、更快、更灵活,为什么我(和任何人)要转向 Doctrine,或者为什么不?

                Could that someone who already moved to Doctrine (from Zend FW TDG) says the experience? Is it better, faster, more flexible, and why do I have (and anybody) move to Doctrine, or why not?

                提前致谢.

                推荐答案

                Doctrine 比 Zend (ORM?) 灵活得多.您无法真正比较这两者,因为 Zend 必须关注其框架中的许多方面,而 Doctrine 仅关注其框架"的 ORM/DBAL 方面.从这种方法来看,与 ORM 中的 Zend 相比,Doctrine 将始终领先一步.

                Doctrine is much more flexible then Zend (ORM?). You cannot really compare those two because Zend has to focus on many aspects in their framework and Doctrine only focusses on the ORM/DBAL side of their 'framework'. From this approach Doctrine will be always one step ahead compared to Zend in ORM.

                与 ZF 相比,我喜欢 Doctrine 的一点是,您可以非常快速、简单地编写代码,而且非常灵活.像 Doctrine 命令行工具从实体更新架构、映射到关系和延迟获取、处理 DQL 中的实体(例如'FROM EntityDonation d WHERE d.user = :user' 和 :user 很简单)用户实体对象)

                What I like from Doctrine compared to ZF is you can write code really fast and simple and it's flexibillity. Things like the Doctrine command line tool to update your schema from your entities, mapping to relations and lazy fetching, work with entities in your DQL (e.g.'FROM EntityDonation d WHERE d.user = :user' and :user is simple a user entity object)

                AST 使您可以轻松编写自定义 TreeWalkers 以在转换为 SQL 之前操作 DQL 和查询结构,我在自己的项目 Pike_Grid 中经常使用它.

                The AST which makes you easy to write custom TreeWalkers to maninpulate DQL and Query structure before converted to SQL, which I use a lot in my own project Pike_Grid.

                这篇关于Zend 框架 TDG 与 Doctrine的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

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

                相关文档推荐

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

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

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

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