Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added 4th parameter to dBug constructor. #7

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

cb0
Copy link

@cb0 cb0 commented Dec 16, 2014

With this optional parameter, that is false by default, you can trigger
the init of the JS and CSS. This is needed if you want to use dBug
multiple time to e.g. create multiple files (using ob_start etc. ).
Until now it would only generate those sections on the first constructor
call.

Marcus Puchalla and others added 3 commits December 16, 2014 13:44
With this optional parameter, that is false by default, you can trigger
the init of the JS and CSS. This is needed if you want to use dBug
multiple time to e.g. create multiple files (using ob_start etc. ).
Until now it would only generate those sections on the first constructor
call.
- The dump of an object will now also print its class name in the header.
- Array dumps will include the array size.
- Resources will display their type (get_resource_type).
In order to prevent the error message.
"Methods with the same name as their class will
not be constructors in a future version of PHP"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant