]> dev.renevier.net Git - syj.git/blob - application/crons/pending.php
call cron scripts with php cli
[syj.git] / application / crons / pending.php
1 <?php
2 $mapper = new Syj_Model_PendingMapper();
3 foreach ($mapper->fetchAll() as $pending) {
4     $pending->notify();
5 }