Closed weaverryan closed 13 years ago
For some reason, your comments didn't come out next to where you meant them to. Still, I found the first and third issues and fixed them. But I'm not sure where the ORM annotation import is missing.
Thanks!
My first comment is also missing :/ So I said that I wrote a TagRepository too but it needs more work to make it more generic before moving it in the extension library. I do not know when I have time to do this, so feel free to share yours if you wish. :)
The missing ORM annotation is for your Post entity. I think that a "use Doctrine\ORM\Mapping as ORM" is missing.
Thanks you Ryan! Your help is greatly appreciated.
Ah, I see the missing ORM import- good catch, I've added it.
I'll take a look and see if my repository class is sufficiently independent and valuable. If it is, I'll pull against your extension library.
Thanks again!
Hey Fabien!
I ran across your bundle when I was in need of some tagging, and it's worked wonderfully. I wanted to get together a quick README for the bundle. It's probably not perfect, so if you spot anything, let me know.
Also, one thing that neither the bundle nor the extension addresses is querying for your tagged entities. I've created a few basic methods in a
TagRepository
in my application, and I think they might be good candidates for an optional baseTagRepository
class that lives in the extension library. Thoughts?Thanks for your work!