Symfony2 and Uploadify Sessions

http://dev.dbl-a.com/php/symfony2-and-uploadify-sessions/

Symfony2 and Twig Pagination

http://dev.dbl-a.com/symfony-2-0/symfony2-and-twig-pagination/

Symfony2 Doctrine force entity ID on persist

http://dev.dbl-a.com/symfony-2-0/symfony2-doctrine-force-entity-id-on-persist/

Symfony2 LiipImagineBundle

http://dev.dbl-a.com/symfony-2-0/symfony2-liipimaginebundle/

Symfony2 – Force Login a User

http://dev.dbl-a.com/php/symfony2-force-login-a-user/

Doctrine2 – Working with slugs (Slug Type)

http://dev.dbl-a.com/php/doctrine2-working-with-slugs-slug-type/

Symfony2 – Creating a Twig Extension

http://dev.dbl-a.com/symfony-2-0/symfony2-creating-a-twig-extension/

Symfony2 and Facebook Authentication

http://dev.dbl-a.com/php/symfony2-and-facebook-authentication/

Symfony2 – Clear cache from a ContainerAware

If you application plays with some basic settings like, changing a template, or I don’t know any other reason that changes something in the application and then requires a cache clear, this is what you need.

Symfony2 – Moving Away From the Base Controller

When you start learning Symfony2 using the book, you are introduced to the base controller. The base controller has some helpful methods to make common tasks easier. After a while though you may want to move away from extending this controller, in fact, it is the advised best practice for controllers in shared bundles. When ...