Typo in Zend Framework 0.9
The good news: Zend Framework version 0.9 came out today
The bad news: There's a typo in Zend/Db/Table/Row/Abstract.php! (Issue is ZF-1080)
To fix it, add a < at the start of the first line of Zend/Db/Table/Row/Abstract.php so that it reads:
<?php
Oh well…

March 19th, 2007 at 06:53 #
*doh*
I guess there isn't a unit test covering that class/file then?
David.
March 19th, 2007 at 09:09 #
:)
Or it wasn't run…
Neither of which is exactly good.
Rob…
March 19th, 2007 at 14:34 #
Downloaded the .9 preview version Sunday (Mar 18) night and the typo was fixed.
Took a look at the delivered tests for Db and I'm not seeing anything for rows and only an extremely simple test for Db_Table. Very disturbing considering the amount of rewriting that is going on in Db. Hope subversion has more.
March 21st, 2007 at 19:41 #
I just finished to download the version .9 and the error persist
March 21st, 2007 at 19:47 #
Bill will be releasing a 0.9.1 soon.
Regards,
Rob…