Skip to content

victorruan/WorkermanYii2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WorkermanYii2

Yii2

对于熟悉使用workerman和yii2 ActiveRecod的人来说,在workerman中使用ActiveRecord是一个问题 这个项目主要解决了在workerman中使用yii2中的ActiveRecord的问题

同时,解决了在命令行下常驻进程mysql gone away的问题

config文件中包含了表结构代码

composer install;
php start.php start;
Workerman[start.php] start in DEBUG mode
----------------------- WORKERMAN -----------------------------
Workerman version:3.4.1          PHP version:7.0.15
------------------------ WORKERS -------------------------------
user          worker        listen        processes status
ruanjiajia    demo_worker   none           1         [OK] 
----------------------------------------------------------------
Press Ctrl-C to quit. Start success.
name is test and age is 5

workerman 主页 http://www.workerman.net/
yii2 主页 http://www.yiiframework.com/
yii2 ActiveRecord http://www.yiichina.com/doc/guide/2.0/db-active-record

Releases

No releases published

Packages

No packages published

Languages