Tencent / Biny

Biny is a tiny, high-performance PHP framework for web applications
BSD 3-Clause "New" or "Revised" License
1.69k stars 258 forks source link

DAO::get('xxx') 报错 #130

Closed ShigemoriHakura closed 3 years ago

ShigemoriHakura commented 3 years ago

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

在头上要use什么?

billge1205 commented 3 years ago

use biny\lib\DAO;

ShigemoriHakura commented 3 years ago

感谢!