php - How to read Output of Console Command in Yii? -


i trying build cron jobs backup critical data on yii webapplication have built the cconsolecommand class needs run. runs fine , command executed

however job requires application parse output of command being run , act accordingly.

is there way inside yii framework?? or there in alternative in php-cli let me integrate current class in yii ??

try using extension, may helpful http://www.yiiframework.com/extension/tconsolerunner


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

ruby - Nesting modules inside of a Rails eninge gem -

Eclipse formatter for java ending braces -