DHTMLX / connector-php

PHP extension for the DHTMLX library
http://dhtmlx.com/docs/products/dhtmlxConnector/index.shtml
GNU General Public License v3.0
26 stars 29 forks source link

Troubles in DataItem class #12

Open nerv-patolog opened 8 years ago

nerv-patolog commented 8 years ago

Line 113:

Now there is: $this->xmlentities($this->data[$name]) but I think there should be the following: $this->xmlentities($this->data[$db_name])

I found this issue on the Laravel framework when tried to load options for the columns with dropdown list in dhtmlxGrid.