public
Description: Custom panel for the CakePHP DebugKit allowing for interactive sessions with your app
Homepage: http://www.pseudocoder.com
Clone URL: git://github.com/mcurry/interactive.git
interactive / interactive_app_controller.php
100644 5 lines (4 sloc) 0.064 kb
1
2
3
4
5
<?php
class InteractiveAppController extends Controller {
 
}
?>