Source for file action_controller.php
Documentation is available at action_controller.php
* File for mock ActionController class
* This file has the same name as the file holding the
* {@link ActionController} class. To use the mock ActionController, put
* this file in the PHP include path ahead of the Trax library, so
* that any class which requires active_record.php will load this
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @copyright (c) Walter O. Haas 2006
* @version $Id: action_controller.php 199 2006-05-05 01:52:43Z haas $
* @author Walt Haas <haas@xmission.com>
* Mock ActionController class for testing
// Name of object controlled by this controller
// -- set Emacs parameters --
// c-hanging-comment-ender-p: nil
|