Re: [PHP] Programming With Revision History

2008-07-29 Thread VamVan
Hello, Think in this way: You would be needing two tables: first one: content table: contentID, contentType, revisionID --- contentID is the PK ( you can make the UI for adding and deleting these fields) content_revisions table revisionID, contentID, -- revisionID is the PK

Re: [PHP] Programming With Revision History

2008-07-28 Thread Eric Butera
On Mon, Jul 28, 2008 at 11:58 AM, Nate Tallman <[EMAIL PROTECTED]> wrote: > Hey guys, > Does anyone know of any good literature on programming revision history into > an application? I'm looking for something covering theory around revision > history. > > For a little background info, I'm dealing w