Version 0.9.5 beta - minor bugfix for selecting datasets by primary key id, now is working with the abstract layer and the PDO adapter.

This commit is contained in:
Stephan Kasdorf
2020-01-06 12:47:04 +01:00
parent dc45ffb6ec
commit 94b626eb36
2 changed files with 33 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ abstract class Db implements IDb
*/
public function selectRowsetById($id = false)
{
// TODO: Implement selectRowsetById() method.
return Pdo::fetchRowInArrayById( self::getTable()['table'], $id );
}
/**