zyberware / bootstrap-template
Basic template for php-bootstraps
v0.1.0
2014-04-13 03:27 UTC
This package is auto-updated.
Last update: 2024-10-29 05:10:54 UTC
README
Basic template for php-bootstraps.
Example
class Bootstrap extends \ZyberWare\BootstrapTemplate { public function doSomeStuff() { ... } public function doSomeOtherStuffWithAWeirdName($varWeGetFromTheRunMethod, $another) { ... } } $bootstrap = new Bootstrap(); $bootstrap->run('random', 'strings');
Documentation
To create the docs, just run phpdoc
in the the project-root.
An online-version is available at phpdoc.zyberware.org/bootstrap-template/.
License
This software is licensed under the Mozilla Public License v. 2.0. For more information, read the file LICENSE
.