Tag Archives: symfony
Updating Ajax selects with symfony
This tutorial shows how to make an AJAX script that dynamically changes some selects with Symfony. For example, let’s suppose that a user wants to create a new product, inserting the name, the category and one or more subcategories. The […]
Symfony embedRelation (many-to-many Doctrine relations)
In this post I will show an implementation of the many-to-many Doctrine relation, using Symfony embedRelation method. Many-to-many relation definition A many-to-many relation between two entities can be implemented with three tables: one table per entity and one table that […]
Symfony embedRelation (one-to-many Doctrine relations)
In this and next posts I will show the steps to be done to embed Doctrine relations using the Symfony embedRelation method: from the schema definition, to the implementation based on the relation type (one-to-many, many-to-many, self-reference). In this first […]
REST webservice with symfony (part 2)
In the last tutorial, we saw how to retrieve Jobeet jobs using a REST webservice in symfony just defining a new module, and some routes. In this part, we’ll see how to perform the create, update and delete […]
REST webservice with symfony
A practical way to write a symfony REST webservice, extending the Jobeet application originally developed for the symfony framework.





