Adding events in Fullcalendar on CodeIgniter
Posted
by Naem Iqbal
on Stack Overflow
See other posts from Stack Overflow
or by Naem Iqbal
Published on 2010-01-26T08:20:58Z
Indexed on
2010/04/09
2:03 UTC
Read the original article
Hit count: 780
I just implemented Adam Shaw's popular calendar called 'fullcalendar' (http://arshaw.com/fullcalendar/) using CodeIgniter. But I require addition and other operations on events from my database. I was able to find one CakePHP plugin with the same purpose from here, http://bakery.cakephp.org/articles/view/events-plugin.
Since I'm not in touch with CakePHP, Can anyone help with this on CodeIgniter..?
© Stack Overflow or respective owner