Tencent / Biny

Biny is a tiny, high-performance PHP framework for web applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DAO::get('xxx') 报错

ShigemoriHakura opened this issue · comments

Fatal error: System Error [Uncaught Error: Class 'app\controller\DAO' not found in C:\Users\shior\PhpstormProjects\Anigen\app\controller\apiAction.php:35

在头上要use什么?

use biny\lib\DAO;

感谢!