Skip to content

zyberWare/php-bootstrap-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zyberware/bootstrap-template

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.

About

Basic template for php-bootstraps.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages