Run action automatic by date

Hello All,

I have schedule table that have date attribute…

I want to run action with automatic base on date attribute on schedule table…

How to solved that?

Thanks

hi

use the Cron job!

Can you give the example please… :)

http://www.yiiframework.com/wiki/91/implementing-cron-jobs-with-yii/

Thank you Mr alirz23

search "cron jab" in google.

you most create a php file that connect to database and your table. then run your function If the time has come.

you set cron jab of cpanel or direct admin to call php file

Thank You Mr n-r