Hallo zusammen,
Jetzt habe ich das Tutorial:
(https://flowframework.readthedocs.io/en/stable/TheDefinitiveGuide/PartII/ModelAndRepository.htm)
durchgearbeitet, danke nochmal an Bastian Waidelich. Aber ich weiß immer noch nicht, wie ich Daten in einer DB
- Speichern und
- Abrufen
kann. Muss ich in der DB eine entsprechende Tabelle anlegen? Wie speichere bzw. rufe dann die Daten ab?
Habe das dann mit:
http://dev.tutorial.local/acme.blog/post/new
getestet aber das System raucht mit der Fehlermeldung:
Could not convert target type "Acme\Blog\Domain\Model\Post": Property "content" having a value of type "string" could not be set in target object of type "Acme\Blog\Domain\Model\Post".
Property "content" having a value of type "string" could not be set in target object of type "Acme\Blog\Domain\Model\Post".
ab
Vielen Dank.