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 fc46ca6 commit 1a7a9c1Copy full SHA for 1a7a9c1
MysqliDb.php
@@ -368,11 +368,11 @@ public function getOne($tableName, $columns = '*')
368
}
369
370
/**
371
- * A convenient SELECT * function to get one value.
+ * A convenient SELECT COLUMN function to get a single column value from one row
372
*
373
* @param string $tableName The name of the database table to work with.
374
375
- * @return array Contains the returned column from the select query.
+ * @return string Contains the value of a returned column.
376
*/
377
public function getValue($tableName, $column)
378
{
0 commit comments