我按照文档上面的,已下载了calendar_1_22.zip,解压后把里面的文件改名calendar并放到相应的protected\extensions下,然后如下调用
<input type="text" name="endDate">
<?php $this->widget(‘application.extensions.calendar.SCalendar’,
array(
'inputField'=>'endDate',
'ifFormat'=>'%Y-%m-%d',
));
?>
但为什么报
YiiBase::require(D:\sky\htdocs\zudr\protected\extensions\calendar\SCalendar.php) [<a href=‘function.YiiBase-require’>function.YiiBase-require</a>]: failed to open stream: No such file or directory
这个错呢?是有什么漏设了吗?