Tencent / Biny

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

怎样实现多模块 #78

Closed talkcenter closed 5 years ago

talkcenter commented 5 years ago

比如我要建立一个admin模块

billge1205 commented 5 years ago

如果你是想要模块化开发的话 Biny暂时并没有这方面的架构设计 但只是想要创建一个admin模型的话,可以在/app/model/下创建admin模型,程序中使用TXApp::$model->admin 即可获取对应模型,详细文档可以参考 http://www.billge.cc/#other-model