-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am refactoring a few classes I wrote a while ago, into my Symfony project (v1.3.2 with Propel ORM).
The classes originally used direct connections to the database, I want to refactor those classes (stored in $(SF_LIB_DIR)) so that I can call propel and also use the ORM objects.
To clarify, So…
>>> More
-
as seen on Programmers
- Search for 'Programmers'
I'd like to hear from those who have used Doctrine 2 (or later) and Propel 1.5 (or later). Most comparisons between these two object relational mappers are based on old versions -- Doctrine 1 versus Propel 1.3/1.4, and both ORMs went through significant redesigns in their recent revisions. For example…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a table called "talk", which is defined as abstract in my schema.xml file.
It generates 4 objects (1 per classkey): Comment, Rating, Review, Checkin
It also generates TalkPeer, but I couldn't get it to generate the other 4 peers (CommentPeer, RatingPeer, ReviewPeer, CheckinPeer), so I created…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi guys,
do anyone suggest using an external ORM like Doctrine/Propel over the defualt Zend_Db_Table in Zend Framework ?
I think your answers with reasons would be valuable across the ZF community.
-DevD
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm currently working on a project where I use Zend Framework with Propel.
I'm looking for something that'll create Zend_Forms for Propel objects, preferably in a similar way to django's modelforms
Is there anything out there that does this already, and if not, what would be the best way to go about…
>>> More