Symfony

Symfony 3 logo
Read more

Symfony Admin Generator

Introduction In this article I will talk about Easy Admin Bundle, a new Symfony Admin Generator that is trully easy to configure and install. Symfony Admin Generator Until Symfony 1.4 we had an admin generator that automatically created our CRUD forms for our DB entities. Since 2.0 the admin generator is no longer included in the…

Read more

Symfony2: annotations VS yaml

When we have to map a doctrine entity, we have to establish a new route or we have to establish a new lifecycle callback in our Symfony2 project, we have to made a choose, what technique will we use? We have two options (XML and YAML are considered the same technique with different markup languages): annotations….

Showing all 3 posts