Does anyone suggest using an external ORM like Doctrine / Propel over defualt Zend_Db_Table in the Zend Framework?
I think your answers for reasons would be helpful to the ZF community.
-DevD
It depends on how you developed your application.
With the exception of ActiveRecord, ZF provides implementations for three of the four Architectural data source patterns in PoEAA . If your model objects are very closely related to your database structure, then ZF components may be sufficient for your application.
/ , DataMapper ZF DB ORM, Doctine Propel, . .
ORM , . DQL, Doctrine, , , , , , API ModelCriteria, Propel 1.5.
, , " ", .
:
Source: https://habr.com/ru/post/1737990/More articles:Creating a model diagram using the railway - ruby-on-railsThe Right Approach for Mastering SAP R3 and ABAP - abapIs it good to use Django 1.1 in App Engine? - pythonThe control "ctl00_TextBox1" of type "TextBox" must be placed inside the form tag using runat = server - asp.netHow to get MTU on POSIX - mtuAdding ObsoleteAttribute to (or otherwise greylisting) Types that are not under my control? - c #Call ADO.NET from MATLAB - matlabWhat is the problem with my LinkedList class? - c ++How to see the components in the toolbar after adding a new link? - visibilityC # Create a wireframe / 3D map - c #All Articles