Basic template for php-bootstraps.
class Bootstrap extends \ZyberWare\BootstrapTemplate
{
public function doSomeStuff()
{
...
}
public function doSomeOtherStuffWithAWeirdName($varWeGetFromTheRunMethod, $another)
{
...
}
}
$bootstrap = new Bootstrap();
$bootstrap->run('random', 'strings');
To create the docs, just run phpdoc
in the the project-root.
An online-version is available at phpdoc.zyberware.org/bootstrap-template/.
This software is licensed under the Mozilla Public License v. 2.0. For more information, read the file LICENSE
.