[TYPO3-50-general] Discussion of MVC with validation error messages

Bastian Waidelich bastian at typo3.org
Mon Jul 6 11:19:35 CEST 2009


Bastian Waidelich wrote:

> /**
>  * param $foo integer
> */
> public function($foo) {
>     // $foo is an integer?
> }

/**
  * param integer $foo
*/
public function($foo) {
     // $foo is an integer?
}

;)


More information about the TYPO3-project-5_0-general mailing list