www.gusucode.com > CoreThink 轻量级WEB开发框架 v1.3.0源码程序 > code/Application/Common/Conf/crons.php

    <?php
// +----------------------------------------------------------------------
// | OpenCMF [ Simple Efficient Excellent ]
// +----------------------------------------------------------------------
// | Copyright (c) 2014 http://www.opencmf.cn All rights reserved.
// +----------------------------------------------------------------------
// | Author: jry <598821125@qq.com>
// +----------------------------------------------------------------------

/**
 * 定时任务执行列表
 */
return array(
    'email' => array('email', 3, 0),
);