Showing Next/Previous Month Links - PHP Views : 161
Tagged in : PHP
0 0
Send mail
$prefs = array (
'show_next_prev' => TRUE,
'next_prev_url' => 'http://example.com/index.php/calendar/show/'
);

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

echo $this->calendar->generate($this->uri->segment(3), $this->uri->segment(4));
By gowtham, On - 2010-09-17



    Login to add Comments .