I have successfully managed to install sfDoctrineActAsTaggablePlugin, added the Taggable behavior to the model I want to be taggable in schema.yml and rebuilt all models. Can someone point me to a tutorial that shows how to attach the tags to an object and retrieve the objects tags? I am not sure where to go from here. I am looking for a very simple solution. Something that allows me add tags separated by commas and retrieve them. Thanks.
I have successfully managed to install sfDoctrineActAsTaggablePlugin, added the Taggable behavior to the model
Share
As defined in the README file, it’s as easy as this:
Consider a Doctrine “Post” class:
The plugin supports machine tags: