readmy updated
This commit is contained in:
parent
29f6ff9b00
commit
a71fafedd9
1 changed files with 6 additions and 2 deletions
|
@ -1,18 +1,22 @@
|
|||
# dBug
|
||||
- Updated for PSR-0 copmliance
|
||||
- created composer package
|
||||
|
||||
|
||||
## Usage
|
||||
|
||||
Install via Composer.
|
||||
Class will be autoloaded.
|
||||
|
||||
|
||||
use
|
||||
### usage
|
||||
``` php
|
||||
|
||||
new \Ospinto\Dbug($myVariable);
|
||||
|
||||
```
|
||||
|
||||
Class arguments:
|
||||
### Class arguments:
|
||||
|
||||
__construct ($var,$forceType="",$bCollapsed=false, $var_name='')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue