Tag Archives: tutorial
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.
jQuery Text Slider Plugin
When writing a plugin, usually there are a lot of things I keep in mind: its functionality (obviously): which problem does it solve? its usefulness: how many times will I (and others) use it? its expandability: how can I add […]
WordPress plugin for AnythingSlider
Developing a WordPress plugin has been described 100k times. And there are tons of plugins, as you can see from the wordpress website. But, none of the plugins I found helped me to obtain the sliding effect on the di-side.com […]





