2005-10-18 22:27:39 +00:00
|
|
|
<?php
|
2005-12-23 21:57:26 +00:00
|
|
|
/* SVN FILE: $Id$ */
|
2005-10-18 22:27:39 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
*
|
2006-01-12 02:10:47 +00:00
|
|
|
*
|
2005-10-18 22:27:39 +00:00
|
|
|
*
|
|
|
|
*
|
|
|
|
* PHP versions 4 and 5
|
|
|
|
*
|
|
|
|
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
|
2006-01-20 07:46:14 +00:00
|
|
|
* Copyright (c) 2006, Cake Software Foundation, Inc.
|
2005-12-23 21:57:26 +00:00
|
|
|
* 1785 E. Sahara Avenue, Suite 490-204
|
|
|
|
* Las Vegas, Nevada 89104
|
2005-10-18 22:27:39 +00:00
|
|
|
*
|
2005-12-23 21:57:26 +00:00
|
|
|
* Licensed under The MIT License
|
|
|
|
* Redistributions of files must retain the above copyright notice.
|
2005-10-18 22:27:39 +00:00
|
|
|
*
|
2006-01-12 02:10:47 +00:00
|
|
|
* @filesource
|
2006-01-20 07:46:14 +00:00
|
|
|
* @copyright Copyright (c) 2006, Cake Software Foundation, Inc.
|
2005-12-23 21:57:26 +00:00
|
|
|
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
|
2005-10-18 22:27:39 +00:00
|
|
|
* @package cake
|
|
|
|
* @subpackage cake.cake.libs.view.templates.errors
|
|
|
|
* @since CakePHP v 0.10.0.1076
|
|
|
|
* @version $Revision$
|
|
|
|
* @modifiedby $LastChangedBy$
|
|
|
|
* @lastmodified $Date$
|
|
|
|
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
|
|
|
|
*/
|
|
|
|
?>
|
|
|
|
<h1>Private Method in <?php echo $controller;?></h1>
|
|
|
|
|
2006-01-12 02:10:47 +00:00
|
|
|
<p class="error">You are seeing this error because the private class method <em><?php echo $action;?></em>
|
2005-10-18 22:27:39 +00:00
|
|
|
should not be accessed directly
|
|
|
|
</p>
|