Skip to content

Articles from Charles Pourcel

Make image manipulation simple using Imagine in a Symfony2 application

Charles Pourcel7 min read

I recently read an interesting article on the pros and cons of two of the most known PHP image manipulation libraries: GD and ImageMagick. As interesting as this reading was, it did not mention a very useful object oriented image…

Continue reading →

Dynamic mapping in Doctrine and Symfony: How to extend entities

Charles Pourcel8 min read

When developing with Symfony2, you may one day want to create an entity that will be used by many other entities in your application, using the exact same relation every time. Let's say you create an UploadedDocument entity and you know…

Continue reading →