Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/paratagas/MyDebugger
- Owner: paratagas
- Created: 2015-04-13T15:28:41.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-13T16:45:49.000Z (almost 10 years ago)
- Last Synced: 2024-07-30T21:07:30.308Z (6 months ago)
- Topics: php, yii
- Language: PHP
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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