I'm completly lost. I followed several tutorials about cron and Yii but all failed ( Tuto 1 - phpdoc-crontab, Tuto 2 ).
Furthermore, the project is not mine and protected folder does not exist..
I would like to execute an UPDATE in my DB, after controls, every 10 minutes.
I already know how to create a cron but.. Don't really know how to deal with Yii.
I need connection to DB and access to models..
Thanks for your help
UPDATED :
Thanks to @crafter's response I'm able to execute yiic AutoCron but I get an error :
"PHP Error[2]: include(User.php): failed to open stream: No such file or directory "
I can't use config/console.php because the project does not respect standard structure.
How can I import all models in order to avoid this error ?
I got the exactly same issue as this post : Yii - How to access to model and call action in yiic !
I also have a cronconfig.php (Into which I import models) No response yet..