Wiki

Articles tagged with "cron", sorted by ratingX
Displaying 1-4 of 4 result(s).

Implementing cron jobs with Yii

Created 2 years ago by samdarkHow-tos4 comments – viewed 30,454 times – ( +26 / -1 )
There are two ways to run a cron job:
tags: cron, cli

Turn Web HTML Into Newsletter

Created 4 months ago by yasenHow-tos0 comments – viewed 4,128 times – ( +7 )
These newsletters have always been hard to create as regular web HTML is not properly read by web email interfaces and email clients. I thought that the simplest solution would be to use a web page that would serve as a web version of the newsletter and turn it somehow into newsletter HTML.

Cron Jobs in Yii

Created about a month ago by aarondfrancisHow-tos1 comment – viewed 3,801 times – ( +4 )
I've gotten Yii running cron jobs, and wanted to explain briefly how I did it.

Simple Mail Queue

Created 21 days ago by waterloomattTutorials0 comments – viewed 1,205 times – ( +2 )
This tutorial shows how to create a simple mail queue. It is usually run from a cron job but can be run from the command line too.