zyberware / bootstrap-template
php-bootstraps 基础模板
v0.1.0
2014-04-13 03:27 UTC
This package is auto-updated.
Last update: 2024-08-29 04:37:29 UTC
README
php-bootstraps 基础模板。
示例
class Bootstrap extends \ZyberWare\BootstrapTemplate { public function doSomeStuff() { ... } public function doSomeOtherStuffWithAWeirdName($varWeGetFromTheRunMethod, $another) { ... } } $bootstrap = new Bootstrap(); $bootstrap->run('random', 'strings');
文档
要创建文档,只需在项目根目录中运行 phpdoc
。在线版本可在 phpdoc.zyberware.org/bootstrap-template/ 查找。
许可证
此软件根据 Mozilla Public License v. 2.0 许可。更多信息,请参阅文件 LICENSE
。