summaryrefslogtreecommitdiffstats
path: root/codebase/db_phpyii1.php
diff options
context:
space:
mode:
authorEgor <egor.26.93@gmail.com>2015-06-18 17:30:25 +0300
committerEgor <egor.26.93@gmail.com>2015-06-18 17:30:25 +0300
commit86847eea2e8d01e93158185f285f9d709c6df113 (patch)
tree9c9c3efdc8db9c958a328fedbe18eaac6b1d6756 /codebase/db_phpyii1.php
parent2fac8546534e35607627e21323bcc477110b1978 (diff)
downloadconnector-php-86847eea2e8d01e93158185f285f9d709c6df113.zip
connector-php-86847eea2e8d01e93158185f285f9d709c6df113.tar.gz
connector-php-86847eea2e8d01e93158185f285f9d709c6df113.tar.bz2
Updated connectors for CI2 and YII1.
Diffstat (limited to 'codebase/db_phpyii1.php')
-rwxr-xr-x[-rw-r--r--]codebase/db_phpyii1.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/codebase/db_phpyii1.php b/codebase/db_phpyii1.php
index 616d7f3..bbbd943 100644..100755
--- a/codebase/db_phpyii1.php
+++ b/codebase/db_phpyii1.php
@@ -6,7 +6,7 @@
require_once("db_common.php");
-class PHPYiiDBDataWrapper extends ArrayDBDataWrapper{
+class PHPYii1DBDataWrapper extends ArrayDBDataWrapper{
public function select($sql){
if (is_array($this->connection)) //result of findAll
$res = $this->connection;