cakephp2-php8/app/helpers/tests_helper.php

32 lines
857 B
PHP
Raw Normal View History

<?php
//////////////////////////////////////////////////////////////////////////
// + $Id$
// +------------------------------------------------------------------+ //
// + Cake PHP : Rapid Development Framework <http://www.cakephp.org/> + //
// + Copyright: (c) 2005, CakePHP Authors/Developers + //
// +------------------------------------------------------------------+ //
// + Licensed under The MIT License + //
//////////////////////////////////////////////////////////////////////////
/**
*
* @filesource
* @package cake
* @subpackage cake.app.helpers
* @version $Revision$
* @modifiedby $LastChangedBy$
* @lastmodified $Date$
*/
/**
* In this file you can extend the TestsController.
*
* @package cake
* @subpackage cake.app.helpers
*/
class TestsHelper extends AppController
{
}
?>