]> dev.renevier.net Git - syj.git/blob - crons/pending.php
build process raise an exception when install file contains an invalide filename
[syj.git] / crons / pending.php
1 <?php
2 $mapper = new Syj_Model_PendingMapper();
3 foreach ($mapper->fetchAll() as $pending) {
4     $pending->notify();
5 }