"exists", "select" whre is the difference?
This commit is contained in:
parent
88ada98245
commit
f8d34e35e7
|
@ -672,7 +672,7 @@ class dba {
|
|||
/**
|
||||
* @brief Fetches the first row
|
||||
*
|
||||
* Please use dba::select or dba::select whenever this is possible.
|
||||
* Please use dba::select or dba::exists whenever this is possible.
|
||||
*
|
||||
* @param string $sql SQL statement
|
||||
* @return array first row of query
|
||||
|
|
Loading…
Reference in a new issue