/app/Plugin/DebugKit/Controller/DebugKitAppController.php

https://github.com/decapattack/fishbox · PHP · 25 lines · 5 code · 3 blank · 17 comment · 0 complexity · 5ba04f6433c0c9063511e567c2ab4796 MD5 · raw file

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