A typical Developer Blog
by Gordon Franke
Icon

How can i build dynamic urls with Symfony?

I have a simple article table with a id and title column.
I won’t to have a url like this.

/my-title-4
/:title-:id

Also if the title was changed it must redirect to the actual url.
Read the rest of this entry »