From: David S. P. <dav...@ma...> - 2010-04-27 15:28:43
|
Hi Gustavo Am 06.04.10 16:23, schrieb Gustavo Solt: > Hi all, > Since many people ask about the WebDAV implementation on P6, let see > what we need for it. > 1. Server > In P5 we use the PEAR server, that is just a php 4 class that translates > the request into a WebDAV function. > We can make a new server class, using the PEAR one as example, in this > case the steps are: > - Make a new Zend class using the PEAR as model. > - Transform all the PHP4 structure to PHP5. > - Use all as we can the Zend functions. > - Define an Auth method that should be easy to configure. > After that, we will have something like Zend_Webdav_Abstract that will > have all the necessaries function for catch the request and call the > correct function. Did you take a look at ezComponents Webdav (ez Componenets is now called Zeta Components). It is proper PHP 5 Code. I haven't used it so I don't know if there are many issues with. I would prefer if we do WebDAV not before 6.2 but try to focus on what we have at the moment and enhance that . David -- David Soria Parra Mayflower GmbH Mannhardtstraße 6 Tel.: +49 89 24 20 54 1 D-80538 München Fax : +49 89 24 20 54 29 dav...@ma... http://www.mayflower.de Mayflower GmbH, Standort München Firmensitz: Mannhardtstraße 6, 80538 München Registergericht: Amtsgericht München, HRB 142039 Geschäftsführer: Gregor Streng, Björn Schotte, Albrecht Günther, Johann-Peter Hartmann |