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.
Asked
Active
Viewed 439 times
1 Answers
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
-
good idea but our project is not that big also back-end should be in pure PHP . – Mr Coder Apr 09 '11 at 14:41