Posted over 2 years ago by jwage
I've seen a few requests recently on how you can use a view with Doctrine. This is very easy and I've also learned a few neat tricks that you can do to accomplish abnormal things while writing this article. Creating the View First I will demonstrate how you can turn a normal Doctrine_Query inst... [read more] [0 Comments]
Posted over 3 years ago by jwage
Define The Schema In this article we will demonstrate some more ways to add functionality to Doctrine by using the behavior system. We will call this behavior SharedProperties and it allows you to share properties between your models and one-to-one relationships. Here is an example schema that w... [read more] [0 Comments]