Integrating Doctrine: Symfony vs Yii
Continuing with Symfony vs Yii series, in this post will be shown how to integrate the best PHP ORM into our project. The versions that will be used are Yii 1.1.5, Symfony 1.4.8, and Doctrine 1.2.3. First, it will be shown the steps to properly integrate Doctrine with Yii, which has no native connection, but there is a very useful plugin (doctrine-Yii) to do so. Then the same but with Symfony, which will be a very straightforward process… Read More »Integrating Doctrine: Symfony vs Yii