madcorp / zfdatagrid

Automatically exported from code.google.com/p/zfdatagrid
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

addFilter typos in doc #844

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There are couple of places where in docs the adFilter is wrong. Below a sample:
$filters->addFilter('date'=>array('render'=>'date'));

should be

$filters->addFilter('date', array('render'=>'date'));

Original issue reported on code.google.com by cbic...@gmail.com on 4 Apr 2012 at 8:39

GoogleCodeExporter commented 9 years ago
Hi,

That's true. This will be fixed in the next manual review.

Thanks

Original comment by ivomonte...@gmail.com on 15 Apr 2012 at 2:15

GoogleCodeExporter commented 9 years ago
Thanks.

Original comment by cbic...@gmail.com on 16 Apr 2012 at 11:21