自定义进程下的tcp服务器是否能够使用数据库模型?

问题描述

我在进程启动时直接调用预先定义好的数据库模型,但却报错。
$sa_email_model = new sa_email_model();

109 1 0
1个回答

可以使用

🔝