
YII
huanleyan
我是一个具有团队意识的人,愿意为团队付出,不怕吃苦,面对困难,克服困难,
展开
-
Yii 2.0: How to implement cron in Yii 2
Create cron service command Create a controller in console/controllersI have created as TestController.php<?php namespace console\controllers; use yii\console\Controller; /** * Test contr转载 2016-02-26 16:01:56 · 922 阅读 · 0 评论 -
YII2自定义日志
use yii\log\FileTarget; $time = microtime(true); $log = new FileTarget(); $log->logFile = Yii::$app->getRuntimePath() . '/logs/songlin.log'; $log->messages[] = ['转载 2016-03-01 10:17:58 · 1647 阅读 · 0 评论