CMS  Version 3.9
send_digest.inc
Go to the documentation of this file.
1 <?php
2 /*
3  * Description: For each users who subscribes to one or more
4  * blogs, send an email with a summary of articles added.
5  *
6  * @author: Janice Gallant for Sonjara, Inc.
7  *
8  * 5/2013
9  */
10 
11 
12 Fakoli::using("blog", "email", "user", "settings");
13 
14 $mgr = new BlogSubscriptionManager();
15 
16 $mgr->sendDigests();
17 ?>
static using()
Import the datamodels, views and manifest for the specified component(s).
Definition: core.inc:116
$mgr
Definition: send_digest.inc:14