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:
@@ -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 );
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user