当前位置:网站首页>Yii console method call, Yii console scheduled task
Yii console method call, Yii console scheduled task
2022-07-06 01:15:00 【gusijin】
yii Except for building Web The rich functionality of the application ,Yii There is also a console with rich functions , They are mainly used to create the tasks of website background processing .
The structure of the console application is very similar to Yii One of the Web Applications . It consists of one or more yii\console\Controller Class composition , They are often called “ command ”. Each controller can also have one or more actions , It's like web controller .
You can run yii Script , Run it in the base directory located in the warehouse .
1、 Scheduled task writing
download Yii After the framework , You can see that there is a console Catalog , There is a complete directory structure : The configuration file 、 controller 、 Model, etc
2、 newly build TestController.php file
<?php
namespace console\controllers;
use yii\console\Controller;
class TestController extends Controller
{
/** * @var Parameters received */
public $param;
// Specify parameters for the console
public function options($actionID)
{
return [
'param',
];
}
/** * @name Script */
public function actionDo()
{
echo $this->param.PHP_EOL;
}
}
3、 function php yii test/do
usage
You can use the following syntax to perform console controller actions :
php yii [ --option1=value1 --option2=value2 … argument1 argument2 … ]
php yii test/do --param=123
Show :123
边栏推荐
- Building core knowledge points
- Dynamic programming -- linear DP
- Getting started with devkit
- Leetcode sword finger offer 59 - ii Maximum value of queue
- MCU realizes OTA online upgrade process through UART
- Zhuhai laboratory ventilation system construction and installation instructions
- Installation and use of esxi
- Unity | two ways to realize facial drive
- 可恢复保险丝特性测试
- Loop structure of program (for loop)
猜你喜欢
Unity | 实现面部驱动的两种方式
Fibonacci number
Finding the nearest common ancestor of binary search tree by recursion
普通人下场全球贸易,新一轮结构性机会浮出水面
cf:C. The Third Problem【关于排列这件事】
2020.2.13
MobileNet系列(5):使用pytorch搭建MobileNetV3并基于迁移学习训练
Who knows how to modify the data type accuracy of the columns in the database table of Damon
基于DVWA的文件上传漏洞测试
关于#数据库#的问题:(5)查询库存表中每本书的条码、位置和借阅的读者编号
随机推荐
Questions about database: (5) query the barcode, location and reader number of each book in the inventory table
Leetcode sword finger offer 59 - ii Maximum value of queue
Four dimensional matrix, flip (including mirror image), rotation, world coordinates and local coordinates
Unity | 实现面部驱动的两种方式
Convert binary search tree into cumulative tree (reverse middle order traversal)
FFT learning notes (I think it is detailed)
KDD 2022 | EEG AI helps diagnose epilepsy
logstash清除sincedb_path上传记录,重传日志数据
Remember that a version of @nestjs/typeorm^8.1.4 cannot be obtained Env option problem
Zhuhai laboratory ventilation system construction and installation instructions
Condition and AQS principle
A preliminary study of geojson
How to extract MP3 audio from MP4 video files?
The detailed page returns to the list and retains the original position of the scroll bar
Intensive learning weekly, issue 52: depth cuprl, distspectrl & double deep q-network
ADS-NPU芯片架构设计的五大挑战
Interview must brush algorithm top101 backtracking article top34
Gartner发布2022-2023年八大网络安全趋势预测,零信任是起点,法规覆盖更广
MATLB|实时机会约束决策及其在电力系统中的应用
Xunrui CMS plug-in automatically collects fake original free plug-ins