From: Albrecht G. <alb...@ma...> - 2010-04-29 12:09:38
|
Hi Gustavo, can you install this somewhere, so we can test it? (not on the official demo, but IIRC we do have another vhost for testing) TIA Albrecht > We was agree that try to copy the PEAR webDav implementation and make > the code P6-Zend Framework-PHP5 compatible. > > As i know, the author of the library was agree. > > You can see the result here: > http://github.com/gsolt/PHProjekt/tree/WebDAV > > Greetings, > Gustavo > > On 27/04/2010 02:28 p.m., David Soria Parra wrote: >> 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 >> > > > ------------------------------------------------------------------------------ > _______________________________________________ > Phprojekt-devel mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phprojekt-devel |