Rename DBA::num_rows to DBA::numRows

This commit is contained in:
Hypolite Petovan 2018-07-20 22:05:12 -04:00
parent 1f2c0b98b5
commit 415b982d39
7 changed files with 19 additions and 19 deletions

View file

@ -64,7 +64,7 @@ class DBM
}
if (is_object($array)) {
return DBA::num_rows($array) > 0;
return DBA::numRows($array) > 0;
}
return (is_array($array) && (count($array) > 0));