2

I am creating an EDM (Electronic document Management) system which will use Flex for front-end , PHP at server side and Mysql as database . Since its an EDM a single file will have many versions old copies will be stored hence one to one files mapping is not a choice . Wondering whats the best way to do so . Thanks.

Mr Coder
  • 8,169
  • 5
  • 45
  • 74

1 Answers1

3

How about using the version control system of your choice (Subversion, Git, ...) for file versioning and creating a (or using an existing) PHP wrapper for your workflow?

Simon
  • 12,018
  • 4
  • 34
  • 39