Open jmohler1970 opened 7 years ago
DI/1 (Dependency Injection one) is a part of FW/1. DI/1 divides models into Beans and Services. While it is not a requirement DI/1, I consider persistent CFCs to be Beans.
I regularly use ORM event handling.
I have setup model/beans/concerns
exists for any function that has to shared across beans. Concerns are typically a Ruby on Rails concept, but they work on ColdFusion too.
If he thinks of ORM