summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry <dmitry@dhtmlx.com>2012-05-17 12:10:02 +0200
committerDmitry <dmitry@dhtmlx.com>2012-05-17 12:10:02 +0200
commit85888276630ed47ad9ad41a2656f9b10a33af6c3 (patch)
tree0e1ec0062294232a8564de12f942466c36a5d0ee
parente655169a0211d715f0836ea532701c5448ff1833 (diff)
downloadconnector-php-85888276630ed47ad9ad41a2656f9b10a33af6c3.zip
connector-php-85888276630ed47ad9ad41a2656f9b10a33af6c3.tar.gz
connector-php-85888276630ed47ad9ad41a2656f9b10a33af6c3.tar.bz2
fix JSON extending
-rw-r--r--codebase/strategy.php2
-rw-r--r--samples/dhtmlx/.htaccess5
2 files changed, 1 insertions, 6 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
diff --git a/samples/dhtmlx/.htaccess b/samples/dhtmlx/.htaccess
deleted file mode 100644
index 62d3477..0000000
--- a/samples/dhtmlx/.htaccess
+++ /dev/null
@@ -1,5 +0,0 @@
-Options +FollowSymLinks
-Options +Indexes
-RewriteEngine On
-RewriteBase /
-RewriteRule ^(.*)$ suite_pro/$1 [QSA] \ No newline at end of file