Saturday, September 26, 2015

Re: Domain Layer of the Domain Drive Design and CakePHP

Read the first two answers here:

http://programmers.stackexchange.com/questions/140999/application-layer-vs-domain-layer

I wouldn't call it lib, if you go for Cake3 just create a new namespace "App\Domain" and put your classes into that folder, maybe following a convention like other things as well. For example "ReservationsDomain.php".

Check the ModelAwareTrait you could create a DomainAware trait that instantiates the Domains in your controllers as needed and automatically passes the request object to your domain objects.

On Friday, September 25, 2015 at 2:36:18 PM UTC+2, gersonfs wrote:
Hello,

Where the domain layer would fit better in a CakePHP APP? Models I believe it would not. It would be a generic PHP Class into a "Lib"?

Thanks!

--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.

No comments: