Home » HTTP » HTTP_WebDAV_Server » Bug #8929
Build HTML in Base klass
Details
| Request #8929 | Build HTML in Base klass |
|---|---|
| Submitted | 2006-10-10 12:34 UTC |
| From | kills at online dot de |
| Status | Wont fix |
| Package | HTTP_WebDAV_Server |
| PHP Version | Irrelevant |
| 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);