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

Improvement: $_POST and $_SESSION dumps #13

Open
sboudoux opened this issue May 12, 2015 · 2 comments
Open

Improvement: $_POST and $_SESSION dumps #13

sboudoux opened this issue May 12, 2015 · 2 comments

Comments

@sboudoux
Copy link

Hi,

I'm using your toolbar for my phalcon project, it's really nice. It would be even better if it were displaying Post and Session variables too. It's more impoprtant to me than the Server array.

Generally speaking, if we could "register" new variables or tabs, your tool would become awesome.
Thinking about:

$debugWidget->registerTab('_Post', $_POST);
$debugWidget->registerVar('myDebugVar', $MyVar);

Keep the good work.
Cheers

@jymboche
Copy link
Owner

I haven't used the toolbar in a while actually, but I believe $_POST, $_SESSION are in the "Request" tab. I'm planning a major revamp of the toolbar soon. Dumping recursive view variables proves to be too much in large projects with Dependency injection.

@sboudoux
Copy link
Author

Phalcon team has made a nice job with their debugger, sadly I haven't found a way to use it as / in a dev toolbar. I'll wait for your revamp, I could potentially give you a hand at some point if you're interested.

Cheers

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

No branches or pull requests

2 participants