-- peter fiksman <[EMAIL PROTECTED]> wrote (on Wednesday, 13 August 2008, 02:51 PM +0200): > why is there (apparently?) no simple stream writer in ZF? there is an > implementation in the Log package which uses a formatter but what if I want > just to save a file? > > "A Writer is an object that inherits from Zend_Log_Writer_Abstract." > > -> why not e.g. Zend_Stream_Writer?
Um... because the streams layer in PHP already provides this...? -- Matthew Weier O'Phinney Software Architect | [EMAIL PROTECTED] Zend Framework | http://framework.zend.com/
