2017 © Pedro Peláez
 

library bootstrap-template

Basic template for php-bootstraps

image

zyberware/bootstrap-template

Basic template for php-bootstraps

  • Sunday, April 13, 2014
  • by zyberspace
  • Repository
  • 1 Watchers
  • 2 Stars
  • 42 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

zyberware/bootstrap-template

Basic template for php-bootstraps., (*1)

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/., (*2)

License

This software is licensed under the Mozilla Public License v. 2.0. For more information, read the file LICENSE., (*3)

The Versions

13/04 2014

dev-master

9999999-dev https://gitlab.zyberware.org/composer-zyberware/bootstrap-template

Basic template for php-bootstraps

  Sources   Download

MPL-2.0

by Avatar zyberspace

13/04 2014

v0.1.0

0.1.0.0 https://gitlab.zyberware.org/composer-zyberware/bootstrap-template

Basic template for php-bootstraps

  Sources   Download

MPL-2.0

by Avatar zyberspace