yapep_base
yapep_base copied to clipboard
Make the Db fetch methods consistent in return type
Currently the listing fetch methods are always returning array. But for example the fetch() and fetchColumn() are returning false when there were no result. This should be either an empty array or null