Doctrine Project: Our HHVM Roadmap
The Doctrine project has posted an update about the work being done in collaboration with and to help its performance with HHVM (the HipHop VM from Facebook) and talking about their future plans....
View ArticleRoss Tuck: Persisting Value Objects in Doctrine
Ross Tuck has submitted a new article he's posted about persisting value objects in the popular PHP database storage and object mapping library, Doctrine. Value objects are immutable objects that "...
View ArticleMatthias Noback: Inject a repository instead of an entity manager
Matthias Noback has made a recommendation in his latest post about using a repository rather than an entity manager in your classes to inject dependencies. It appears that I didn't make myself clear...
View ArticleWeb Mozarts: Defining PHP Annotations in XML
The Web Mozarts blog has an interesting new post today that talks about using annotations in your PHP code to define the attributes in resulting XML that could be generated dynamically from your...
View ArticleRob Allen: Using Doctrine Migrations as a standalone tool
Rob Allen has a recent post to his site showing you how you can use Doctrine migrations as a standalone tool for its migrations functionality. Migrations allow you to script the setup of your...
View ArticleRob Allen: Registering Doctrine Type Mappings for standalone migrations
In a previous post Rob Allen showed you how to use Doctrine migrations as a standalone tool in your applications. In this new post he takes that a step further and shows you how to use the type...
View ArticleSitePoint PHP Blog: Using Traits in Doctrine Entities
On the SitePoint PHP blog there's a recent post showing you how to use traits with Doctrine entities. PHP's traits allow for the inclusion of functionality into a class without having to extend...
View ArticleWeb Mozarts: Resource Discovery with Puli
Bernhard Schussek has written up a new post to the Web Mozarts blog talking about resource discovery with Puli. Puli is a management tool for the non-PHP files in your applications (CSS, Javascript,...
View ArticleBeMyCTO.com: Why Doctrine ORM is not suited for PHP
The ByMyCTO.com blog has a recent post that makes the suggestion that the Doctrine ORM isn't suited for PHP...or to put it another way why they think it's not a good option for database integration. I...
View ArticleJonathan Wage: Using the Symfony Expression Language for a Reward Rules Engine
Jonathan Wage has a new tutorial on his site showing you how to use the Symfony Expression Language to create simple logic statements. He illustrates with a project they (OpenSky) applied it on - a...
View Article