Welcome Guest, Not a member yet? Register   Sign In
Calendaring Class???
#6

[eluser]oliviermarian[/eluser]
Hi
Yes i was calling
Code:
$this->calendar->generate($this->uri->segment(3), $this->uri->segment(4), $data);
from the controller.

I tried in the view but it does not work... Are you sure it can be called from the view ?

My view code is:
Code:
<html>
<head>
</head>
<body>
    test
<hr>
    &lt;?php
        $prefs = array (
            'show_next_prev'  => TRUE,
            'next_prev_url'   => 'http://www.your-site.com/index.php/calendar/show/'
            );
        $this->load->library('calendar', $prefs);
        $data = array(
               3  => 'http://your-site.com/news/article/2006/03/',
               7  => 'http://your-site.com/news/article/2006/07/',
               13 => 'http://your-site.com/news/article/2006/13/',
               26 => 'http://your-site.com/news/article/2006/26/'
             );
        $this->calendar->generate($this->uri->segment(3), $this->uri->segment(4), $data);
    ?&gt;
&lt;/body&gt;

this generates this error
Code:
A PHP Error was encountered
Severity: Notice
Message: Undefined property: CI_Loader::$calendar
Filename: views/formsucces.php
Line Number: 19


Messages In This Thread
Calendaring Class??? - by El Forum - 11-26-2007, 04:09 PM
Calendaring Class??? - by El Forum - 11-26-2007, 04:19 PM
Calendaring Class??? - by El Forum - 11-26-2007, 04:24 PM
Calendaring Class??? - by El Forum - 03-06-2008, 09:25 AM
Calendaring Class??? - by El Forum - 03-06-2008, 10:02 AM
Calendaring Class??? - by El Forum - 03-06-2008, 11:09 AM
Calendaring Class??? - by El Forum - 03-06-2008, 11:55 AM
Calendaring Class??? - by El Forum - 03-06-2008, 01:01 PM



Theme © iAndrew 2016 - Forum software by © MyBB