CodeIgniter Forums
Help Please... About Calendaring Class... - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Help Please... About Calendaring Class... (/showthread.php?tid=44036)



Help Please... About Calendaring Class... - El Forum - 07-31-2011

[eluser]Unknown[/eluser]
I am Using CodeIgniter Version 1.7.2.

i try to use Calendaring Class. i use code bellow to Showing Next/Previous Month Links:
---------------------------------------------------------------------------------------
$prefs = array (
'show_next_prev' => TRUE,
'next_prev_url' => 'http://localhost/Kr.Kuuga/index.php/c_calendar'

);

$this->load->library('calendar', $prefs);

echo $this->calendar->generate($this->uri->segment(3), $this->uri->segment(4));
---------------------------------------------------------------------------------------

and then i try to run:
and appear Calendar but when i click Next/Previous Month Links, it's not show and show 404 Page Not Found
The page you requested was not found.

help... thanks...