CodeIgniter Forums
calendar library - event per day - 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: calendar library - event per day (/showthread.php?tid=51236)



calendar library - event per day - El Forum - 04-25-2012

[eluser]Krystian[/eluser]
Hi,

how to assign a particular event per data ( or even couple of events per one day ).

when we pass an entries array into generate method

Code:
$events = array(
           1 => 'sample text'
);

we get "sample text" on each 1st of the each month