且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

日历使用Javascript / PHP / mySQL

更新时间:2023-02-06 19:24:03

开发您自己的日历的热门提示:不要。日历是这样的时间槽,并且不重要写。如果你需要提示,你会更好地与现有的库组件,如你会发现在jQuery,dojo等。



这个问题已经





p>

for a current webapp i need a "outlook-like" calendar... Here are some requirements for the calendar:

  • week-view for the appointments
  • different appointment types
  • direct display of the length and time of the date (like in googleCalendar)
  • multiple appointments for the same time
  • only using javascript, php and any DB

We need the calendar for the Zend Framework, so if the Calendar doesn't already support the ZF, the source needs to be editable!

do you know any calendar which fits my needs? or do you have any tipps for developing one by myself?

Top tip for developing your own calendar: don't. Calendars are such a time sink, and non-trivial to write. If you need to ask for tips you'd be better off with an existing library component like you'll find in jQuery, dojo, etc..

This question has been asked many times here, links abound on other questions.

etc, etc...