[TYPO3-mvc] more than one repository in one controller without output of data
Alex Tuveri
at at uniud.it
Sat Jun 18 13:01:57 CEST 2016
Dear Frank,
this is the output of Classes/Domain/Model/Holiday.php:
/**
* holidaydate
*
* @var integer
*/
protected $holidaydate = '0';
/**
*
* @param integer $holidaydate
* @return integer $holidaydate
*/
public function getHolidaydate()
{
$this->holidaydate = $holidaydate;
}
/**
* Sets the holidaydate
*
* @param integer $holidaydate
* @return void
*/
public function setHolidaydate($holidaydate)
{
$this->holidaydate = $holidaydate;
}
i tried to modify from string to integer without results.
More information about the TYPO3-project-typo3v4mvc
mailing list