示例#1
0
文件: pending.php 项目: niavok/syj
<?php

/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
    and is published under the AGPL license. */
$mapper = new Syj_Model_PendingMapper();
foreach ($mapper->fetchAll() as $pending) {
    $pending->notify();
}