tagging icon indicating copy to clipboard operation
tagging copied to clipboard

Multi-model tagging plugin for CakePHP

Results 3 tagging issues
Sort by recently updated
recently updated
newest added

It just seems strange that you _need_ to use a separate trigger to retrieve this information, especially when Tags is pretty much a standard direct HABTM relationship to the model....

It just seems to me that you might want to consider swapping the order, and make the model count first and the boolean of any model or this model second....

Sauf erreur, ça ne fonctionne pas. Il faut remplacer la clause where de la ligne 91 $tagged = $this->paginate('Tagged', array('Tag.id' => $tag['Tag']['id'])); par $tagged = $this->paginate('Tagged', array('_Tagged.tag_id_' => $tag['Tag']['id']));