We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce8fa5a commit 27ba5e6Copy full SHA for 27ba5e6
system/database/DB_driver.php
@@ -504,6 +504,18 @@ public function db_select()
504
505
// --------------------------------------------------------------------
506
507
+ /**
508
+ * Last error
509
+ *
510
+ * @return array
511
+ */
512
+ public function error()
513
+ {
514
+ return array('code' => NULL, 'message' => NULL);
515
+ }
516
+
517
+ // --------------------------------------------------------------------
518
519
/**
520
* Set client character set
521
*
0 commit comments