/lib/Cake/Test/test_app/Config/routes.php

https://bitbucket.org/floresj/notetime · PHP · 23 lines · 3 code · 1 blank · 19 comment · 0 complexity · 891b98d92a6dcd7fc993565352531139 MD5 · raw file

  1. <?php
  2. /**
  3. * Routes file
  4. *
  5. * Routes for test app
  6. *
  7. * PHP versions 4 and 5
  8. *
  9. * CakePHP : Rapid Development Framework (http://cakephp.org)
  10. * Copyright 2005-2012, Cake Software Foundation, Inc.
  11. *
  12. * Licensed under The MIT License
  13. * Redistributions of files must retain the above copyright notice.
  14. *
  15. * @copyright Copyright 2005-2012, Cake Software Foundation, Inc.
  16. * @link http://cakephp.org CakePHP Project
  17. * @package Cake.Test.test_app.Config
  18. * @since CakePHP v 2.0
  19. * @license MIT License (http://www.opensource.org/licenses/mit-license.php)
  20. */
  21. Router::parseExtensions('json');
  22. Router::connect('/some_alias', array('controller' => 'tests_apps', 'action' => 'some_method'));