文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>[Yii Framework] Another method to run cron in the share space server.

[Yii Framework] Another method to run cron in the share space server.

时间:2010-09-22  来源:DavidHHuan

In fact that I am too poor to buy a server to run my website, but I want to run cron auto, so I use ajax to do it! :P

 

In the file of the layout, add the code as below:

代码
    <script type="text/javascript">
$(document).ready(
function(){
$.ajax({
type:
'GET',
url:
"<?php echo Yii::app()->createUrl("/site/cron");?>",
data:
''
});
});
</script>

 

in the path /site/cron, you can write some code to do what you want. :)

 

Have fun with Yii!

相关阅读 更多 +
排行榜 更多 +
飙车地下城市赛车

飙车地下城市赛车

赛车竞速 下载
爬坡摩托

爬坡摩托

赛车竞速 下载
宝宝虚拟宠物

宝宝虚拟宠物

角色扮演 下载