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