Have you looked into the SPL?

http://www.php.net/~helly/php/ext/spl/

Specifically: DirectoryIterator, SPLFileInfo, SplFileObject

You might find some useful information and File/Directory patterns in there.

-ralph

Ivan Ruiz Gallego wrote:
Hello Matt,

Well. In first instance I am thinking about the basic file system related operations like: create, remove, rename, move, copy or find directories and files. Basically, what we can already do, but in an object-oriented manner. In addition to this, I have been also thinking about a something like a recycle bin.

Regards,
Ivan.

Matthew Ratzloff schrieb:
There has been some light discussion in this area.  Do you have any
suggestions for what a component like this should be capable of doing?

-Matt

On Sat, March 31, 2007 9:31 am, Ivan Ruiz Gallego wrote:
Hello,

I am looking for a class or a set of classes that allow an
object-oriented operation with the file system. I am working now with
SPL and I have also taken a look to PEAR, but I haven't so far found a
comprehensive solution. As far as I know is such a library not included
in Zend Framework.

Here my questions:
- Is the inclusion of such functionality planed within Zend Framework?
- Does anyone know about such a library?

Thanks.

Best regards,
Ivan.

--
Loglan GmbH
Ivan Ruiz Gallego

Binzmühlestrasse 210
8050 Zürich
Switzerland

Office +41 44 310 19 20
Mobile +41 76 321 23 68
Net www.loglan.net









--
Loglan GmbH
Ivan Ruiz Gallego

Binzmühlestrasse 210
8050 Zürich
Switzerland

Office +41 44 310 19 20
Mobile +41 76 321 23 68
Net www.loglan.net


Reply via email to