Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/paratagas/MyDebugger

Debugger component for Yii1 projects
https://github.com/paratagas/MyDebugger

php yii

Last synced: 3 months ago
JSON representation

Debugger component for Yii1 projects

Awesome Lists containing this project

README

        

# MyDebugger
MyDebugger is created to help debagging during developing PHP Yii 1.1.* projects.

It shows different useful class data: methods, DocComments, properties and values.

MyDebugger can be used as follows:
MyDebugger::getAllClassProperties($model);
or
MyDebugger::getMethodSourceCode('UserIdentity', 'authenticate');

MyDebugger uses Reflection API and VarDumper class.
To use MyDebugger you need to create components/VarDumper class using link below:
http://yiiframework.ru/doc/cookbook/ru/core.development