Active Record models are fantastic for consolidating “black box” logic and keeping your models self-aware of their business logic, but what do you do when the business rules and object specific operations keep adding up?
Continue reading “Keeping your Yii Models Lean – Use Behaviors”