madcorp / zfdatagrid

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

Bvb_Grid->_buildFiltersValues() at line with $render->buildQuery($filter); #762

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I wrote my own fiter and this function could be helpfull for me but when I 
receive array $filters in buildQuery I can't build any query because I don't 
have query object to modify it. Maybe You should call 
$render->setSelect($this->getSource()->getSelectObject()); before 
$render->buildQuery($filter); or create method setSource and call 
$render->setSource($this->getSource());

Original issue reported on code.google.com by rna...@gmail.com on 13 Sep 2011 at 1:06