A Symfony2 bundle that provides a Doctrine2 sluggable behavior implementation, providing a unique slug across many Doctrine ORM entities simply by implementing a simple PHP interface
Hello,
I use the DoctrineSluggableBundle in some classes and it works fine but i try to use with inheritance and it repeats slugs. Is there any problem with inheritance?
Hello, I use the DoctrineSluggableBundle in some classes and it works fine but i try to use with inheritance and it repeats slugs. Is there any problem with inheritance?