heavyEddie Posted June 2, 2007 Share Posted June 2, 2007 For a site I'm working on I need to create a tagging system. As far as I can see there is two approaches... Approach 1 would be to to have a comma delimited field associated with each record that folks place the tags when they submit. This will require parsing for every search but would keep the tables themselves pretty simple. Approach 2 would be to create a separate table and literally place and have a tag word for each record. This could create a whopper of a table, but would probably be less work and possibly faster. So, which would be faster? Any advise? Anything to watch for? Quote Link to comment https://forums.phpfreaks.com/topic/53937-creating-a-tagging-systems/ Share on other sites More sharing options...
penguin0 Posted June 2, 2007 Share Posted June 2, 2007 What do you mean by tagging system? If you mean an easy way to identify a table row, make a new field and auto_increment it. Quote Link to comment https://forums.phpfreaks.com/topic/53937-creating-a-tagging-systems/#findComment-266681 Share on other sites More sharing options...
heavyEddie Posted June 2, 2007 Author Share Posted June 2, 2007 http://en.wikipedia.org/wiki/Tag_%28metadata%29 Quote Link to comment https://forums.phpfreaks.com/topic/53937-creating-a-tagging-systems/#findComment-266682 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.