CI日历类初始化

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CI日历类初始化相关的知识,希望对你有一定的参考价值。

Initializing the update calendar class
  1. $this->load->library('My_Calendar', $prefs, 'cal');
  2.  
  3. $data = array(
  4. 3 => array(
  5. array('link_text' => 'Yahoo', 'link' => 'http://www.yahoo.com')
  6. ),
  7. 7 => array(
  8. array('link_text' => 'Google', 'link' => 'http://www.google.com')
  9. )
  10. );
  11.  
  12. $this->data['cal'] = $this->cal->generate('','',$data);
  13. $this->load->view('head', $this->data);
  14. $this->load->view('body_schedule', $this->data);
  15. $this->load->view('foot');

以上是关于CI日历类初始化的主要内容,如果未能解决你的问题,请参考以下文章

CI日历类更改

CI日历类原始

Java 中Calendar日历类的基本使用

CI日历模板

Calendar日历类

Calendar日历类