Wiki

Articles tagged with "cli"X
Displaying 1-2 of 2 result(s).

Run Yiic directly from your app without a shell

Created about a year ago by jacmoeHow-tos5 comments – viewed 11,213 times – ( +15 )
Sometimes it would be nice if we could run yiic from an action, for example a migrate database button in our admin panel. Or because you are on a host which doesn't have shell access. Or maybe you are not allowed run popen or exec.

Implementing cron jobs with Yii

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