jmohler1970 / Palomar

Sample login site
MIT License
1 stars 0 forks source link

ORM #16

Open jmohler1970 opened 7 years ago

jmohler1970 commented 7 years ago

If he thinks of ORM

jmohler1970 commented 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.