Welcome Guest, Not a member yet? Register   Sign In
Help Please... About Calendaring Class...
#1

[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...




Theme © iAndrew 2016 - Forum software by © MyBB