Skip to content

InfinityStudio/www.infinity-studio.org

Repository files navigation

Infinity Studio 官方网站

本网站的建立,离不开以下项目的支持

网站开发人员

开发人员必读

项目编码规范-PHP-FIG

PHP文件命名空间

  • 业务流程控制器(Controller)

    Command\Controller ---- /command/controller/

  • 业务模型(Model)

    Command\Model ---- /command/model

  • 中间类(Classes)

    Command\Classes ---- /command/classes

  • 中间接口(Interfaces)

    Command\Interfaces ---- /command/interfaces

  • 库(Lib)

    Command\Lib ---- /command/lib

增加新的namespace

1.在init.php$loader = new Command\Tools\LoadClass();后添加如下代码

`$loader->addNamespace('Command\NewNamespace', ROOT . '/command/DIR');`

2.在希望调用对应类的文件头部添加use Command\NewNamespace;即可直接new,无需手动require文件

NOTICE: 在实际需要访问的页面头部,还需要引入init.php来使页面正常工作

另见

Infinity Studio

About

No description, website, or topics provided.

Resources

License

LGPL-3.0, Unknown licenses found

Licenses found

LGPL-3.0
LICENSE
Unknown
license-header.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •