array( 'user_login' => array( 'path' => 'login', 'path_regexp' => false, 'path_ext' => false, 'option' => array(), ), ), */ ); /** * get {$project_id}_UrlHandler class instance. * * @access public */ function &getInstance($class_name = null) { $instance =& parent::getInstance(__CLASS__); return $instance; } // {{{ normalize gateway request method. /** * normalize request(via user defined gateway) * * @access private */ /* function _normalizeRequest_User($http_vars) { return $http_vars; } */ // }}} // {{{ generate gateway path method. /** * generate path(via user defined gateway) * * @access private */ /* function _getPath_User($action, $param) { return array("/user", array()); } */ // }}} // {{{ filter // }}} } // vim: foldmethod=marker tabstop=4 shiftwidth=4 autoindent ?>