I've actually done this already, but I haven't written up a proposal because
a) I have several proposals posted as it is, b) I've been busy with a new
job and a house hunt, and c) new proposals aren't being accepted at the
moment anyway. But at least one of my proposals depends on this
functionality.
The files are:
- Zend_Io_Stream_Abstract.php
- Zend_Io_Stream_File.php
- Zend_Io_Stream_String.php
- Zend_Io_Reader_Abstract.php
- Zend_Io_Reader_File.php
- Zend_Io_Reader_String.php
- Zend_Io_Writer_Abstract.php
- Zend_Io_Writer_File.php
- Zend_Io_Writer_String.php
Used a la "class Zend_Pdf_Reader extends Zend_Io_Reader_File"
-Matt
----- Original Message -----
From: "Pádraic Brady" <[EMAIL PROTECTED]>
To: "Simon Mundy" <[EMAIL PROTECTED]>
Cc: "Zend Framework General" <[email protected]>
Sent: Sunday, June 17, 2007 7:40 AM
Subject: Re: [fw-general] The road to Zend_Service/Auth_Openid
For example, Zend_Pdf has a number of byte readers which could be made
useful in other classes as a generic Zend_Parser/Zend_String style addition.