如何获取日期数组作为POST参数

时间:2013-10-02 06:12:26

标签: php restler

看起来不可能将日期数组作为参数,例如:

@param array $dates Dates array {@type date} {@from body}

有没有办法让Restler验证日期数组的输入,例如:

{
   "dates": ["2013-01-01", "2013-01-02"]
}

现在我得到:Class 'date' not found in ...

1 个答案:

答案 0 :(得分:1)

这适用于最新的master分支!刚刚添加了代码以在Type类

中测试它

请在此处查看http://restler3.luracast.com/tests/param/explorer/index.html#!/type/createDates_post