[ Index ]
 

Code source de PHPonTrax 2.6.6-svn

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

title

Body

[fermer]

/test/mockActionController/ -> action_controller.php (source)

   1  <?php
   2  /**
   3   *  File for mock ActionController class
   4   *
   5   *  This file has the same name as the file holding the
   6   *  {@link ActionController} class.  To use the mock ActionController, put
   7   *  this file in the PHP include path ahead of the Trax library, so
   8   *  that any class which requires active_record.php will load this
   9   *  version.
  10   *
  11   * (PHP 5)
  12   *
  13   * @package PHPonTraxTest
  14   * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  15   * @copyright (c) Walter O. Haas 2006
  16   * @version $Id: action_controller.php 199 2006-05-05 01:52:43Z haas $
  17   * @author Walt Haas <haas@xmission.com>
  18   */
  19  
  20  /**
  21   * Mock ActionController class for testing
  22   */
  23  class ActionController {
  24  
  25      //  Name of object controlled by this controller
  26      public $object_name;
  27  }
  28  
  29  // -- set Emacs parameters --
  30  // Local variables:
  31  // tab-width: 4
  32  // c-basic-offset: 4
  33  // c-hanging-comment-ender-p: nil
  34  // indent-tabs-mode: nil
  35  // End:
  36  ?>


Généré le : Sun Feb 25 20:04:38 2007 par Balluche grâce à PHPXref 0.7