atelierspierrot/mvc-fundamental

View on GitHub
Branch: dev(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.php_cs
.sami.php16
A
0 mins
CHANGELOG.md
LICENSE
README.md
composer.json
demo/index.php156
A
0 mins
demo/src/Demo/DefaultController.php139
A
1 hr
demo/src/Demo/TestController.php74
A
0 mins
demo/src/Demo/TestHelper.php13
A
0 mins
demo/src/Demo/TestObservable.php19
A
0 mins
demo/src/templates/form.php24
A
0 mins
demo/src/templates/layout.php70
A
0 mins
demo/src/templates/left_block.php3
A
0 mins
demo/src/templates/lorem_ipsum_content.php22
A
0 mins
demo/src/templates/test.php2
A
0 mins
phpdoc/MVCFundamental.html
phpdoc/MVCFundamental/AppKernel.html
phpdoc/MVCFundamental/Basic.html
phpdoc/MVCFundamental/Basic/ErrorController.html
phpdoc/MVCFundamental/Basic/Event.html
phpdoc/MVCFundamental/Basic/EventManager.html
phpdoc/MVCFundamental/Basic/Layout.html
phpdoc/MVCFundamental/Basic/Locator.html
phpdoc/MVCFundamental/Basic/Request.html
phpdoc/MVCFundamental/Basic/Response.html
phpdoc/MVCFundamental/Basic/Route.html
phpdoc/MVCFundamental/Basic/Router.html
phpdoc/MVCFundamental/Basic/Template.html
phpdoc/MVCFundamental/Basic/TemplateEngine.html
phpdoc/MVCFundamental/Commons.html
phpdoc/MVCFundamental/Commons/DefaultLayout.html
phpdoc/MVCFundamental/Commons/Helper.html
phpdoc/MVCFundamental/Commons/ServiceContainerProviderTrait.html
phpdoc/MVCFundamental/Commons/ViewFileTrait.html
phpdoc/MVCFundamental/Exception.html
phpdoc/MVCFundamental/Exception/AccessForbiddenException.html
phpdoc/MVCFundamental/Exception/ErrorException.html
phpdoc/MVCFundamental/Exception/Exception.html
phpdoc/MVCFundamental/Exception/InternalServerErrorException.html
phpdoc/MVCFundamental/Exception/NotFoundException.html
phpdoc/MVCFundamental/FrontController.html
phpdoc/MVCFundamental/Interfaces.html
phpdoc/MVCFundamental/Interfaces/AppKernelInterface.html
phpdoc/MVCFundamental/Interfaces/ControllerInterface.html
phpdoc/MVCFundamental/Interfaces/ErrorControllerInterface.html
phpdoc/MVCFundamental/Interfaces/EventInterface.html
phpdoc/MVCFundamental/Interfaces/EventManagerInterface.html
phpdoc/MVCFundamental/Interfaces/FrontControllerAwareInterface.html