用户
 找回密码
 入住 CI 中国社区
搜索
查看: 2505|回复: 2
收起左侧

[已解决] 如何加载日历类

[复制链接]
发表于 2010-7-13 11:36:58 | 显示全部楼层 |阅读模式
本帖最后由 lamtin 于 2010-7-13 14:41 编辑

为什么我加载日历类显示错误? 搜狗截图_2010-07-13_11-35-07.png
控制代码<?php
        class Calendar extends Controller{
                function Calendar(){
                        parent::Controller();
                        $this->load->library('calendar');
                          echo $this->calendar->generate(2006,6);
           }
         }?>
发表于 2010-7-13 14:03:07 | 显示全部楼层
<?php
        class Date extends Controller{
                function Calendar(){
                        parent::Controller();
                       
           }
                   function index(){
                                 $this->load->library('calendar');
                        echo $this->calendar->generate(2006,6);
                   }
         }?>

访问:http://localhost/CodeIgniter/index.php/Date/
 楼主| 发表于 2010-7-13 15:30:47 | 显示全部楼层
非常感谢,已经解决了

本版积分规则