Guriddo Suito PHP 5.0.1
Hello all,
We are placed to announce the Guriddo Suito 5.0.1 version. This version is a bug fix release. Again with fixes in the Guriddo jqGrid JavaScript the following additions and fixes are performed in the Guriddo Suito PHP :
Additions
- Added is ignoreCaseSearch property. The default is false. Setting the property similar to
...
$grid->ignoreCaseSearch = true;
...
In this case the search will be case insensitive. Again with this we added a new method setSearchOptions with wich help a custom configuration can be made. The method accept array with the following two parameters:
...
$grid->setSearchOptions( array ( "sqlfunc" => "UPPER", "phpfunc" => "strtoupper" ));
...
The sqlfunc is the SQL function which is applied to the searched field, while the phpfunc is a PHP function applied to the searched value. These function can be customized by developer
Fixes
- Force setting the varchar and char field types as string in true excel export
- Fix adoddb driver to set the fetch mode correct when exporting
- Cosmetic fixes in all Db drivers
Happy codding!
Kind Regards,
Guriddo Team
Recent Comments