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.
2 parents d714590 + e1eac29 commit 317cc41Copy full SHA for 317cc41
application/modules/test/views/db.phtml
@@ -69,6 +69,11 @@ require_once __DIR__ .'/partial/demo.phtml';
69
<pre class="alert alert-secondary"><code>Db::fetchColumnGroup('SELECT name, id FROM test LIMIT 10')</code></pre>
70
<?php demo(Db::fetchColumnGroup('SELECT name, id FROM test LIMIT 10')) ?>
71
72
+<h3>Db::fetchColumnGroup</h3>
73
+<hr/>
74
+<pre class="alert alert-secondary"><code>Db::fetchUniqueGroup('SELECT email, id, name FROM test LIMIT 10')</code></pre>
75
+<?php demo(Db::fetchUniqueGroup('SELECT email, id, name FROM test LIMIT 10')) ?>
76
+
77
<h3>Db::fetchObject</h3>
78
<hr/>
79
<pre class="alert alert-secondary"><code>Db::fetchObject('SELECT * FROM test LIMIT 1')</code></pre>
0 commit comments