Skip to content
zuowenjian edited this page Feb 8, 2018 · 4 revisions

代码目录结构

_prj/
_rg/
    _run.yaml  #运行配置
    _dev.yaml. #开发配置
conf/
    tpls/.   #服务运行所需模板
    used/   #conf 设定
src/
    sys_api/
        bootstrap.php    # 
        index.php        # 系统入口
        interceptor.php  #拦截器
        services/        #服务代码
    sys_console/
    bizlogic/       #逻辑层代码
    foundation/
test/
    cases/
    data/
    bootstrap.php
    phpunit.xml
    pylonstrap.php
Clone this wiki locally