PHPonTraxTest
[ class tree: PHPonTraxTest ] [ index: PHPonTraxTest ] [ all elements ]

Source for file action_controller.php

Documentation is available at action_controller.php

  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.  
  24.     //  Name of object controlled by this controller
  25.     public $object_name;
  26. }
  27.  
  28. // -- set Emacs parameters --
  29. // Local variables:
  30. // tab-width: 4
  31. // c-basic-offset: 4
  32. // c-hanging-comment-ender-p: nil
  33. // indent-tabs-mode: nil
  34. // End:
  35. ?>

Documentation generated on Mon, 21 May 2007 22:27:46 -0600 by phpDocumentor 1.3.2