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…
*doh*
I guess there isn't a unit test covering that class/file then?
David.
:)
Or it wasn't run…
Neither of which is exactly good.
Rob…
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.
I just finished to download the version .9 and the error persist
Bill will be releasing a 0.9.1 soon.
Regards,
Rob…