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_model.php
100644 5 lines (4 sloc) 0.057 kb
1
2
3
4
5
<?php
class InteractiveAppModel extends AppModel {
 
}
?>