Tag Archives: tutorial

Symfony embedRelation (many-to-many Doctrine relations)

July 29, 2011 by fuzzy

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)

July 18, 2011 by fuzzy

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)

July 6, 2011 by Pietrino Atzeni

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

July 2, 2011 by Pietrino Atzeni

A practical way to write a symfony REST webservice, extending the Jobeet application originally developed for the symfony framework.


jQuery Text Slider Plugin

June 16, 2011 by Pietrino Atzeni

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

June 15, 2011 by Pietrino Atzeni

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 […]