Posts by arthhhdev • 25 points
2 posts
-
-2
votes3
answers6199
viewsA: Break line in a PHP FPDF class Cell?
Uses the Multicell command. It will break the line when the width of the contents exceeds the parameter "w" passed to this function.
-
2
votes1
answer33
viewsQ: DDD - Modify more than one Aggregate in the same transaction
I’m a beginner in DDD and came across a situation involving the rule of not modifying more than 1 Aggregate in the same transaction, using Domain Events to resolve changes in other Regattas. (see…