CakePHP is a free, open-source, rapid development framework for PHP. It’s a foundational structure for programmers to create web applications.
Questions tagged [cakephp]
17 questions
4
votes
1 answer
CakePHP: Automation triggers after save - best done as component or behavior?
Folks, first time on CodeReview - just looking for some input in creating some automation in CakePHP, wondering if this is best used a component or a behavior. It's model driven but involves logic and processing. Here's the scoop:
The app I'm…