Version 0.9.5 beta - updated selectDatasetByFieldWhere with sort order and removed numeric array keys.

This commit is contained in:
Stephan Kasdorf
2020-11-06 22:19:13 +01:00
parent 790f79530e
commit 0aaa7d57ee
3 changed files with 16 additions and 6 deletions

View File

@@ -66,9 +66,10 @@ interface IDb
* @desc will return a result array from the searched where field from the database
* containing the entire dataset rows
* @param array $fieldWhere
* @param false $sortOrder
* @return mixed
*/
public function selectDatasetByFieldWhere( $fieldWhere = array() );
public function selectDatasetByFieldWhere( $fieldWhere = array(), $sortOrder = false );
/**
* @desc selects a row by the fieldname and the given value, should be