Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [fix] correct processing of Laravel logic for insert operations3.0.1 | Maksim Kozhukh | 2016-01-21 | 1 | -1/+1 |
| | |||||
* | Merge pull request #8 from matak/modern | Stanislau Wolski | 2016-01-14 | 1 | -3/+23 |
|\ | | | | | added, global user data for grid | ||||
| * | added, global user data for grid | matak | 2015-06-24 | 1 | -3/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://docs.dhtmlx.com/api__dhtmlxgrid_getuserdata.html gets user data mixed getUserData(mixed row_id,mixed name); Parameters row_id mixed row id, if empty, user data of the grid (not of a row) name mixed name of the user data //get global user data var userdata = myGrid.getUserData("","someName1"); this commit add possibility to set user data for grid not only for row | ||||
* | | [fix] connector doesn't work with result of Laravel find API | Maksim Kozhukh | 2015-12-24 | 1 | -2/+4 |
| | | |||||
* | | Merge branch 'modern' of github.com:DHTMLX/connector-php into modern | Stanislau Wolski | 2015-09-07 | 17 | -91/+334 |
|\ \ | |||||
| * | | Updated live update functionality. | Egor | 2015-07-19 | 12 | -27/+209 |
| | | | |||||
| * | | Added rendering data in xml for mixed connector. | Egor | 2015-06-25 | 1 | -0/+31 |
| |/ | |||||
| * | fatal error PDO not found | matak | 2015-06-23 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | Fatal Error Class 'Dhtmlx\Connector\DataStorage\PDO' not found Classes and interfaces without a backslash \ inside their fully-qualified name (for example, the built-in PHP Exception class) must be fully qualified when used in a namespaced file: for example new \Exception();. | ||||
| * | Renamed class. | Egor | 2015-06-18 | 1 | -0/+0 |
| | | |||||
| * | Fixed bug with xml processing in gantt. | Egor | 2015-06-18 | 5 | -59/+89 |
| | | |||||
| * | Updated namespaces. | Egor | 2015-06-17 | 2 | -4/+4 |
| | | |||||
* | | [fix] invalid namespace for CommonDataProcessor | Stanislau Wolski | 2015-09-07 | 1 | -1/+1 |
|/ | |||||
* | Added namespaces for dhtmlx components.3.0.0 | Egor | 2015-06-16 | 27 | -44/+343 |
| | |||||
* | Updated connector for phpcake 3. | Egor | 2015-06-15 | 1 | -8/+7 |
| | |||||
* | Updated connectors for cake, yii frameworks. | Egor | 2015-06-15 | 5 | -31/+34 |
| | |||||
* | Updated Laravel connector. | Egor | 2015-06-15 | 1 | -8/+15 |
| | |||||
* | Added connector for Laravel 5.1 framework. | Egor | 2015-06-15 | 1 | -0/+75 |
| | |||||
* | Added connector for phpcake version 2. | Egor | 2015-06-14 | 1 | -0/+76 |
| | |||||
* | Updated structure. Added connectors. | Egor | 2015-06-12 | 98 | -145/+2565 |
| | |||||
* | Updated namespaces for psr-0. | Egor | 2015-06-11 | 48 | -95/+95 |
| | |||||
* | Changed psr-4 structure to psr-0. Added connectors for phpcake, codeigniter ↵ | Egor | 2015-06-11 | 52 | -0/+5687 |
frameworks. |