[ Index ]
 

Code source de CakePHP 1.1.13.4450

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/cake/libs/view/templates/errors/ -> missing_helper_file.thtml (source)

   1  <?php
   2  /* SVN FILE: $Id: missing_helper_file.thtml 4409 2007-02-02 13:20:59Z phpnut $ */
   3  /**
   4   *
   5   * PHP versions 4 and 5
   6   *
   7   * CakePHP(tm) :  Rapid Development Framework <http://www.cakephp.org/>
   8   * Copyright 2005-2007, Cake Software Foundation, Inc.
   9   *                                1785 E. Sahara Avenue, Suite 490-204
  10   *                                Las Vegas, Nevada 89104
  11   *
  12   * Licensed under The MIT License
  13   * Redistributions of files must retain the above copyright notice.
  14   *
  15   * @filesource
  16   * @copyright        Copyright 2005-2007, Cake Software Foundation, Inc.
  17   * @link                http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
  18   * @package            cake
  19   * @subpackage        cake.cake.libs.view.templates.errors
  20   * @since            CakePHP(tm) v 0.10.0.1076
  21   * @version            $Revision: 4409 $
  22   * @modifiedby        $LastChangedBy: phpnut $
  23   * @lastmodified    $Date: 2007-02-02 07:20:59 -0600 (Fri, 02 Feb 2007) $
  24   * @license            http://www.opensource.org/licenses/mit-license.php The MIT License
  25   */
  26  ?>
  27  <h1>Missing Helper File</h1>
  28  <p class="error">You are seeing this error because the view helper file <?php echo APP_DIR.DS."views".DS."helpers".DS.$file; ?> can't be found or doesn't exist.</p>
  29  <p><span class="notice"><strong>Notice:</strong> If you want to customize this error message, create <?php echo APP_DIR.DS."views/errors/missing_helper_file.thtml"; ?>.</span></p>
  30  <p><span class="notice"><strong>Fatal</strong>: Create the class below in file : <?php echo APP_DIR.DS."views".DS."helpers".DS.$file; ?></p>
  31  <p>&lt;?php<br />
  32  class <?php echo $helperClass;?> extends Helper {<br />
  33  }<br />
  34  ?&gt;<br />
  35  </p>


Généré le : Sun Feb 25 19:27:47 2007 par Balluche grâce à PHPXref 0.7