开发者

how to implement virtual filesystem with PHP and Flex?

开发者 https://www.devze.com 2023-02-23 08:56 出处:网络
I am creating an EDM (Electronic document Management) system which will use Flex for front-end , PHP at server sideand Mysql as database . Since its an EDM a single file will have many versions old co

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 t开发者_开发技巧o one files mapping is not a choice . Wondering whats the best way to do so . Thanks.


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?

0

精彩评论

暂无评论...
验证码 换一张
取 消