summaryrefslogtreecommitdiffstats
path: root/codebase
diff options
context:
space:
mode:
authorDmitry <dmitry@dhtmlx.com>2012-07-05 10:58:41 +0200
committerDmitry <dmitry@dhtmlx.com>2012-07-05 10:58:41 +0200
commitef29bf0e6d7c0605570dce0fa25fab0d0239cad9 (patch)
tree80c9ec1ac9e4c83368a7642ea24a379086184587 /codebase
parentaa34a3cddf3d1948763f4c89bbb40400465e2a12 (diff)
downloadconnector-php-ef29bf0e6d7c0605570dce0fa25fab0d0239cad9.zip
connector-php-ef29bf0e6d7c0605570dce0fa25fab0d0239cad9.tar.gz
connector-php-ef29bf0e6d7c0605570dce0fa25fab0d0239cad9.tar.bz2
locate extra_output and options in base connector class
Diffstat (limited to 'codebase')
-rw-r--r--codebase/base_connector.php3
-rw-r--r--codebase/grid_connector.php4
2 files changed, 3 insertions, 4 deletions
diff --git a/codebase/base_connector.php b/codebase/base_connector.php
index 6f66ef8..b6df35d 100644
--- a/codebase/base_connector.php
+++ b/codebase/base_connector.php
@@ -298,7 +298,8 @@ class Connector {
private $id_seed=0; //!< default value, used to generate auto-IDs
protected $live_update = false; // actions table name for autoupdating
- protected $options = array();
+ protected $extra_output="";//!< extra info which need to be sent to client side
+ protected $options=array();//!< hash of OptionsConnector
/*! constructor
diff --git a/codebase/grid_connector.php b/codebase/grid_connector.php
index 4d1926b..857e629 100644
--- a/codebase/grid_connector.php
+++ b/codebase/grid_connector.php
@@ -119,9 +119,7 @@ class GridDataItem extends DataItem{
/*! Connector for the dhtmlxgrid
**/
class GridConnector extends Connector{
- protected $extra_output="";//!< extra info which need to be sent to client side
- protected $options=array();//!< hash of OptionsConnector
-
+
/*! constructor
Here initilization of all Masters occurs, execution timer initialized