]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - include/HTTP_WebDAV_Server/README
Release 6.5.0
[Github/sugarcrm.git] / include / HTTP_WebDAV_Server / README
1 This code depends on code introduced into the developement branch for
2 PHP 4.3, so it will not run with PHP releases before 4.3.0
3
4 preliminary documentation is available in the dav.txt file,
5 although it is currently a little outdated ...
6
7 Server/Filesystem.php contains a sample implementation for a simple
8 file server (including property and lock info storage in a mySQL
9 database, see db/Fileserver.sql). This sample should give you a good 
10 clue about how to use this class for your own purpose.