Welcome Guest, Not a member yet? Register   Sign In
Codeigniter Calendar Class misunderstandment! It is rlly important for me to be done untill Sunday!
#2

[eluser]Alucemet[/eluser]
In reality your calendar template is just a view. It should be in a view, and if you want the current month and year, simply pass the month and year to the view from the controller or model you are generating the calendar with.

Code:
$view_data['year'] = $year;
$view_data['month'] = $month;

$this->load->view('calendar_template', $view_data, TRUE );

If you need to tweak the actual {content} of the cell, you're going to have to extend the generate method of the calendar class.


Messages In This Thread
Codeigniter Calendar Class misunderstandment! It is rlly important for me to be done untill Sunday! - by El Forum - 01-23-2014, 02:37 PM



Theme © iAndrew 2016 - Forum software by © MyBB