写道这个功能不怎么好总结,看了很多PHP相关的资料感觉都木有讲清楚,ZF和orm的实现又过于臃肿....只好参阅rails的acts_as_taggable_on说白了核心就一个sqlselectpost.*,count(tag.id)ascountfrompost,tag,tagingwherepost.id!={当前post.id}#排除自身andpost.id=taging.post_id#限定标签的范围为当前post所拥有的标签集合andtaging.tag_type=post...
查看全文