Welcome Guest, Not a member yet? Register   Sign In
Managing TAGS for many different tables - Design Logic Help
#7

[eluser]Xeoncross[/eluser]
[quote author="codex" date="1219191185"][quote author="Xeoncross" date="1219184597"]
Freetag does everything regarding tagging. No need to reinvent the wheel. :coolsmirk:[/quote]

Nope. It doesn't support multiple tables. Plus even the http://codeigniter.com/wiki/Freetag/ isn't complete.

I want a tag system to end all tag systems that will allow me to tag any type of table with tags. In other words, the tags aren't tied to a specific table.

Quote:I always use InnoDB tables, and foreign keys.
In that case it makes sense to have a one column table, with auto_increment.
When inserting in any other table, you use the one-column table to get the next RESOURCE_ID, and then make the insert in the other table.

There is no need for this though. $this->db->insert_id() covers the need that might arise from inserts.


Thanks for the comments though ;-)


Messages In This Thread
Managing TAGS for many different tables - Design Logic Help - by El Forum - 08-19-2008, 02:31 PM



Theme © iAndrew 2016 - Forum software by © MyBB