[TYPO3-mvc] How use action of another controller? Urgent!!

Manfred Rutschmann manfred.rutschmann at revier.de
Thu Jul 29 09:47:28 CEST 2010


Forgot my question... sometimes is better to sleep some hours more...

in controller A:

$this->forward('sendregistration', 'Mailer', NULL,
array('response'=>json_encode($response)));


In Controller B

		/**
		 *
		 * The sendregistration action. 
		 * @param $response	string	the json
		 * @return void
		 *
		 */
	public function sendregistrationAction($response) {
		
		return $response;
	}


More information about the TYPO3-project-typo3v4mvc mailing list