ZF-3682: Documented columns() method missing
Description
The columns method documented here
http://framework.zend.com/manual/en/…
Seems to be missing. I implemented it rather crudely with
public function columns($cols,$correlationName) { $this->_tableCols($correlationName, $cols); }
Comments
Posted by Brett Patterson (bpat1434) on 2008-07-18T14:40:31.000+0000
I implemented it in the following way and found the same issue.
Would have been nice to have this if it's in the documentation. Perhaps it's as easy as putting it in to 1.5.3 ;) One can wish.
Posted by Ralph Schindler (ralph) on 2009-01-11T21:17:57.000+0000
I seem to be able to see it here:
http://framework.zend.com/svn/framework/…
Can i close?
Posted by Matt Lyons (mlyons) on 2009-01-12T00:38:36.000+0000
Looks good to me.