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-03-29 03:38:57 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.