Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

#Session-DebugBar (WTFPL)# Pavel Železný (2bfree), 2012 (www.pavelzelezny.cz)

Requirements

Nette Framework 2.0.3 or higher. (PHP 5.3 edition)

Documentation

Simple DebugBar to show content of session.

Examples

To load SessionPanel into the DebugBar by insert following code into config.neon

common:
	services:
		sessionPanel:
			class: SessionPanel
			arguments:
				- @application
				- @session

	nette:
		debugger:
			strictMode: true
			bar:
				- @sessionPanel

You can also specify section to hide in debugbar by add setup section in service definition.

common:
	services:
		sessionPanel:
			class: SessionPanel
			setup:
				- hideSection('Nette.Http.UserStorage/')
				- hideSection('Nette.Forms.Form/CSRF')
			arguments:
				- @application
				- @session

About

Extension for Nette2 DebugPanel

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages