Welcome Guest, Not a member yet? Register   Sign In
Loading the calendar class in views
#3

[eluser]Michael Wales[/eluser]
controller
Code:
/*
  Put all of your configuration stuff here
  $config = array();
*/
$this->load->library('calendar', $config);

view
Code:
<?= $this->calendar->generate($year, $month); ?>


Messages In This Thread
Loading the calendar class in views - by El Forum - 10-07-2007, 11:27 AM
Loading the calendar class in views - by El Forum - 10-09-2007, 11:08 AM
Loading the calendar class in views - by El Forum - 10-09-2007, 02:24 PM
Loading the calendar class in views - by El Forum - 10-09-2007, 03:06 PM



Theme © iAndrew 2016 - Forum software by © MyBB