Skip to content

Instantly share code, notes, and snippets.

@slywalker
Created October 13, 2010 01:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save slywalker/623262 to your computer and use it in GitHub Desktop.
Save slywalker/623262 to your computer and use it in GitHub Desktop.
<?php
class AppController extends Controller {
var $components = array(
'DebugKit.Toolbar' => array('panels' => array('HelloWorld')),
);
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment