Posts by Felipe Castro • 11 points
2 posts
-
0
votes1
answer119
viewsA: PHP - Lumen: update returns true but does not update the data in the database
Ana, I have no experience in Lumen but in your father Laravel I handle the data before saving or updating, I never call $request inside the update but before mapped the data; $stockTeam = new…
-
0
votes1
answer48
viewsA: Why are object orientation codes different from structural ones?
Good morning, the programming paradigm is depending on what you will do, there are times when one paradigm will be better than another. I believe that in structural we can not do the abstraction of…