Hi there,
while trying to get an Db Entry with Model::findFirst()
it returns false
even though the sql.log
shows the right query.
Di::getDefault()['db']->query('SELECT * FROM model LIMIT 1')->fetchAll()
returns the correct result.
When assigning those results to Model
and doing a setFoo('bar')->save()
, DB is untouched.
Can anybody help me here??
--Holger