Base for a static organization website

PluginTestPanel.php 658B

1234567891011121314151617181920212223242526
  1. <?php
  2. /**
  3. * Test Panel of test_app
  4. *
  5. * PHP 5
  6. *
  7. * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
  8. * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
  9. *
  10. * Licensed under The MIT License
  11. * Redistributions of files must retain the above copyright notice.
  12. *
  13. * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
  14. * @link http://cakephp.org CakePHP(tm) Project
  15. * @license http://www.opensource.org/licenses/mit-license.php MIT License
  16. */
  17. App::uses('DebugPanel', 'DebugKit.Lib');
  18. /**
  19. * Class PluginTestPanel
  20. *
  21. */
  22. class PluginTestPanel extends DebugPanel {
  23. }