Rename selectOne to selectFirst in comment

This commit is contained in:
Hypolite Petovan 2018-01-10 10:51:49 -05:00
parent ae66bcaff3
commit 483d1a1bcb
1 changed files with 3 additions and 3 deletions

View File

@ -587,8 +587,8 @@ class dba {
/**
* Fetches the first row
*
* Please use dba::selectOne or dba::exists whenever this is possible.
*
* Please use dba::selectFirst or dba::exists whenever this is possible.
*
* @brief Fetches the first row
* @param string $sql SQL statement
@ -1086,7 +1086,7 @@ class dba {
/**
* Retrieve a single record from a table and returns it in an associative array
*
*
* @brief Retrieve a single record from a table
* @param string $table
* @param array $fields