Skip to content

Commit 317cc41

Browse files
author
Anton
authored
Merge pull request #17 from bluzphp/develop
Updated codestyle
2 parents d714590 + e1eac29 commit 317cc41

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

application/modules/test/views/db.phtml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ require_once __DIR__ .'/partial/demo.phtml';
6969
<pre class="alert alert-secondary"><code>Db::fetchColumnGroup('SELECT name, id FROM test LIMIT 10')</code></pre>
7070
<?php demo(Db::fetchColumnGroup('SELECT name, id FROM test LIMIT 10')) ?>
7171

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+
7277
<h3>Db::fetchObject</h3>
7378
<hr/>
7479
<pre class="alert alert-secondary"><code>Db::fetchObject('SELECT * FROM test LIMIT 1')</code></pre>

0 commit comments

Comments
 (0)