Know of any open source zend framework calendar?

后端 未结 2 1477
伪装坚强ぢ
伪装坚强ぢ 2021-01-07 13:02

I\'m trying to find an open source PHP calendar that will play nicely with my zend framework application. Ideally, I should be able to display the events on the public site,

2条回答
  •  死守一世寂寞
    2021-01-07 13:29

    I would suggest using a javascript calendar that allows you to feed it data and it will do the rest. I've looked into http://www.bytecyclist.com/projects/jmonthcalendar/ in the past, and it seems to be sufficient.

    Basically, feed your data to your view, or to a helper you create, and jmonthcalendar will fill the calendar. I believe it also supports clicking on the date which triggers a function you can define to get/send data to a controller, etc. It has a lot of other features, but I'll let you read those on your own at that url.

提交回复
热议问题