文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
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!

相关阅读 更多 +
排行榜 更多 +
涂色我贼强安卓版

涂色我贼强安卓版

休闲益智 下载
脑细胞太牛了手机版

脑细胞太牛了手机版

休闲益智 下载
球球的冒险旅途

球球的冒险旅途

休闲益智 下载