Re: [PHP] Fun with Streams

2010-02-24 Thread Matt Neimeyer
Basically... I built the stream encapsulation to do two things for me: 1. Keep track of the row I was on. 2. Keep track of the columns by name. So if I wrote columns Foo, Bar, Baz one time and Foo, Baz the next it would automatically keep the Baz in column three the second time. In other words, i

RE: [PHP] Fun with Streams

2010-02-22 Thread Ford, Mike
> -Original Message- > From: Rene Veerman [mailto:rene7...@gmail.com] > Sent: 22 February 2010 09:09 > > >http://www.bettina- > attack.de/jonny/view.php/projects/php_writeexcel/ > >And, hey, when the hell will the PHP developers implement a foreach > loop which assigns the array values b

Re: [PHP] Fun with Streams

2010-02-22 Thread Rene Veerman
just curious, why did you choose to use it from behind a stream wrapper? and sry, i have no exp with these beasts.. On Sun, Feb 21, 2010 at 11:03 PM, Matt Neimeyer wrote: > I created a stream wrapper around the php_writeexcel library found at > http://www.bettina-attack.de/jonny/view.php/projec

Re: [PHP] Fun with Streams

2010-02-22 Thread Rene Veerman
>http://www.bettina-attack.de/jonny/view.php/projects/php_writeexcel/ >And, hey, when the hell will the PHP developers implement a foreach loop which >assigns the array values by reference?? +100! (still reading the rest) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, vis