I am designing a scheduler for an app I am building and I want it to have these features.
Features
- Schedule Events Down to the Second
- Support for Repeating Events (example every Monday at 2PM)
- Triggered by Cron Job
What is the best way to implement this in Yii. I already have some ideas how to do this but I wanted to see if anyone had suggestions.
Thanks!

Help














