PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTTP » HTTP_WebDAV_Server » Bug #8929

Build HTML in Base klass

Details

Request #8929Build HTML in Base klass
Submitted2006-10-10 12:34 UTC
Fromkills at online dot de
StatusWont fix
PackageHTTP_WebDAV_Server
PHP VersionIrrelevant
OS-
Roadmaps(Not assigned)

Comments

[2006-10-10 12:34 UTC] kills at online dot de

Description:
------------
would be nice to have the HTML-Index for Browser build in the WebDav_Server Base class, based on the $files['files'] Array... So we don`t have to collect all Data Twice (see FileSystem example implementation)

Also it would be nice to have a mkdir() and a mkfile() method in the baseclass which uses the mkprops() calls which are needed.

e.g.
mkfile($displayname,$creationdate,$lastmodified,$contenttype,$contentlength);

and

mkdir($displayname,$creationdate,$lastmodified);