↧
Using :include in Rails ActiveRecord call doesnt create a joins query
I am currently writing an Rails app that uses quite a few database calls. I wanted to cut these calls down so I knew I would need to use the :include option in ActiveRecord. I was expecting from what...
View ArticleDoctrine 2 and why you should use it!
If any of you are used to Hibernate in the Java world you will know what I am talking about. But Doctrine 2 is almost exactly the same as Hibernate.read more
View ArticleUsing repositories in Doctrine 2
One feature of Doctrine 2 and other data mapper style ORM's is that rather than each class model invoking itself to make queries in the database (Active Record style), custom queries to the database...
View Article