2 responses to “Creating clean SEO urls in symfony”

  1. Johny

    Well looks nice but saves no work for me, i have to add the name character even to any link i do.
    Even selecting the Selection of University is getting less nice cause of using name und not just simply retriving by PK.
    I think better way would be to change the stuff to using primary key and force linking with name, maybe i gonna try something and post it if i succeed.

  2. leonardo

    public function setName($v)
    {
    include_once(‘lib/helper/CustomHelper.php’);
    parent::setName($v);
    $this->setStrippedName(stripText($v));
    }

    don’t know why,with this I am getting infinite recursive calls.

    any ideas?

Leave a Reply