newbie: yii has 'Scheduling Jobs' module?

hi all,

i am using yii dev my project,now i want to know if yii has ‘Scheduling Jobs’ module?

if not,what can i do? please give me some advice.

thx.

Please define ‘Scheduling Jobs’ module.

You need to spell out your requirements. :)

‘Scheduling Jobs’ == cron ?

iGoodman, google ‘cron’ and see if this is what you meant by ‘Scheduling Jobs’. You have to have some sort of server process (i.e. always running) to do job scheduling. On Unix/Linux, this can be handled through cron.