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 95d37f6 commit 6694afaCopy full SHA for 6694afa
lib/ezsqlModel.php
@@ -476,7 +476,7 @@ public function varDump($mixed = null)
476
}
477
478
echo "<b>Last Rows Returned:</b><br>";
479
- echo ((!empty($this->last_result) && \count($this->last_result) > 0) ? print_r($this->last_result[0]) : '')."\n";
+ echo ((!empty($this->last_result) && \count($this->last_result) > 0) ? print_r($this->last_result[0]) : 'No rows returned')."\n";
480
echo "</font></pre></font></blockquote></td></tr></table>";//.$this->donation();
481
echo "\n<hr size=1 noshade color=dddddd>";
482
@@ -676,4 +676,4 @@ public function queryResult()
676
{
677
return $this->last_result;
678
679
-} // ezsqlModel
+} // ezsqlModel
0 commit comments