I had to do something like this in VotingAPI -- I store everything as 'content_id' and 'content_type', with content_type generally corresponding to the name of the table that holds the data in question. If we were to standardize on something for this, it could be nice. -Jeff
-----Original Message----- From: Karthik [mailto:narakasura@gmail.com] Sent: Monday, May 08, 2006 3:18 PM To: development@drupal.org Subject: Re: [development] Pathauto scaleability - path column in node / usertable
But this also leaves out 'user' and any othe rnon-node object that may want URLs of this nature.
Then we need a 'realm'/'type' which is also indexed. Is the alternative to add a path varchar field to the node, user, foo and bar tables? Or even a path ID?
-K