diff options
author | Dmitry <dmitry@dhtmlx.com> | 2012-05-17 12:10:02 +0200 |
---|---|---|
committer | Dmitry <dmitry@dhtmlx.com> | 2012-05-17 12:10:02 +0200 |
commit | 85888276630ed47ad9ad41a2656f9b10a33af6c3 (patch) | |
tree | 0e1ec0062294232a8564de12f942466c36a5d0ee /codebase/strategy.php | |
parent | e655169a0211d715f0836ea532701c5448ff1833 (diff) | |
download | connector-php-85888276630ed47ad9ad41a2656f9b10a33af6c3.zip connector-php-85888276630ed47ad9ad41a2656f9b10a33af6c3.tar.gz connector-php-85888276630ed47ad9ad41a2656f9b10a33af6c3.tar.bz2 |
fix JSON extending
Diffstat (limited to 'codebase/strategy.php')
-rw-r--r-- | codebase/strategy.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/codebase/strategy.php b/codebase/strategy.php index fd6b8be..5f02cf0 100644 --- a/codebase/strategy.php +++ b/codebase/strategy.php @@ -31,7 +31,7 @@ class RenderStrategy { } -class JSONRenderStrategy { +class JSONRenderStrategy extends RenderStrategy { /*! render from DB resultset @param res |