Richard Parnaby-King
Richard Parnaby-King
### Description (*) If Laravel is not installed, the function `array_first` does not exist and will cause Magento application to throw an exception. Replaced this function with vanilla php function...
Could this suite be enhanced to be compatible with VQMod please?
Could you supply the code for the function 'getIndexHtml', illustrated near the bottom of the readme?
If there is a label for the element, when the label is clicked on, show the colour picker for this element.
Resolves #41 `json_encode($this->getAdapter())` would always return an empty object for `\Zend\Paginator\Adapter\DbSelect` adapters (i.e. `{}`). By performing `print_r` on the adapter we can get the current state which, in the case...
In `Zend\Paginator\Paginator::_getCacheInternalId()` (lines 863 - 871) the md5 hash of the adaptor being generated matches all adaptor instances. The issue is on line 868: . json_encode($this->getAdapter()) This sucker is returning...