[TYPO3-mvc] more than one repository in one controller without output of data

Frank Krüger fkrueger-ml at mp-group.net
Mon Jun 20 10:16:48 CEST 2016


Am Samstag, den 18.06.2016, 19:21 +0200 schrieb Alex Tuveri: 
> hi
> thank you for the answer but ... where is the problem o the solution?
> For me all should work correctly; the syntax is respected.... (?)
> why de getter method doesn't works?

Because it returns nothing.

Your getter should look like this:

* 
* @param integer $holidaydate
* @return integer  $holidaydate
*/
public function getHolidaydate()
{
    return $holidaydate;
}


Cheers,
Frank


> 
> date is in time format (numeric, integer) this is correct....
> _______________________________________________
> TYPO3-project-typo3v4mvc mailing list
> TYPO3-project-typo3v4mvc at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-typo3v4mvc




More information about the TYPO3-project-typo3v4mvc mailing list