I am using the 3NF schema for tags that Wordpress uses.

You can see the details under "Toxi" here:

http://www.pui.ch/phred/archives/2005/04/tags-database-schemas.html

Basically, there is a table for tags, and a table mapping tags to
items. So I need to have a input box that can handle inserts to these
different tables. I think I may have to just use a regular form.

On Sep 1, 4:57 am, mdipierro <mdipie...@cs.depaul.edu> wrote:
> It all depends. Are these a fix set of tags? Can the user create tags?
> How do you plan to store this, as many2many? Do you need to host on
> GAE? Perhaps this can be useful
>
> http://www.vimeo.com/2720410
>
> On Aug 31, 10:27 pm, Bottiger <bottig...@gmail.com> wrote:
>
> > I have a database schema where users submit their websites in one
> > table, and a list of tags in another table.
>
> > I would like to place an input box inside the SQLFORM where people can
> > enter tags. What is the best way to do this?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to