Skip to content

This is a Module for myMVC (https://github.com/gueff/myMVC) which places an InfoTool-Bar at the bottom of the Frontend. Serving lots of Infos about the Environment, Configuration and more.

Notifications You must be signed in to change notification settings

gueff/myMVC_module_InfoTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 

Repository files navigation

myMVC_module_InfoTool

This is a Debug-Toolbar module for myMVC Version 2.0.1: https://github.com/gueff/myMVC/releases/tag/2.0.1

1. Download this Repository

and place it inside myMVC's modules folder:

    application
    config
    modules
        [..]
        InfoTool
            Model
            templates
            README.md
        [..]
    public
    composer.json
    myMVC.phar
    README.md

2. Activate via Event Listener

/** @var \MVC\DataType\DTArrayObject $oDTArrayObject */
'mvc.reflex.reflect.targetObject.after' => function (\MVC\DataType\DTArrayObject $oDTArrayObject) {

    $oView = $oDTArrayObject
        ->getDTKeyValueByKey('oReflectionObject')
        ->get_sValue()
        ->oView;

    // switch on InfoTool
    new \InfoTool\Model\Index ($oView);
},

About

This is a Module for myMVC (https://github.com/gueff/myMVC) which places an InfoTool-Bar at the bottom of the Frontend. Serving lots of Infos about the Environment, Configuration and more.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published