UnionOfRAD / lithium

li₃ is the fast, flexible and most RAD development framework for PHP
http://li3.me
BSD 3-Clause "New" or "Revised" License
1.22k stars 238 forks source link

Model behaviors become part of the core framework #1328

Open mariuswilms opened 6 years ago

mariuswilms commented 6 years ago

Behaviors play an important role in the extensibility of the framework. Helpers are another mechanism that do so. In contrast to helpers, behaviors have been developed separately from the core framework combined with the hope to find the best solution.

I think it is now time to pick this solution.

Behaviors will become part of the framework, practically merging li3_behaviors from https://github.com/UnionOfRAD/li3_behaviors.