From 7486ab5cf13264c4b1126d59915372c3b4468d04 Mon Sep 17 00:00:00 2001 From: Alexander Demidov Date: Thu, 19 Dec 2013 15:26:00 +0400 Subject: [PATCH] Add MySQLiStatement::getMysqliResult() --- model/MySQLiStatement.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/model/MySQLiStatement.php b/model/MySQLiStatement.php index d26186f..a57e0f3 100644 --- a/model/MySQLiStatement.php +++ b/model/MySQLiStatement.php @@ -150,6 +150,11 @@ class MySQLiStatement extends DbStatement return false; } + public function getMysqliResult() + { + return $this->result; + } + protected function driverExecute($request) { /**