Jump to content

framework suggestion


jimfog

Recommended Posts

I am building a PHP calendar and since it proves to be a non-trivial task i am trying to find a framework that has components that can help me somehow. Do you have any suggestion to make?

Link to comment
Share on other sites

Frameworks are, by definition, very generic, so they're unlikely to have stuff to explicitly help for calenders (short of actually providing a calendar class or something).The Zend framework has a date class, but looking at its docs, it doesn't seem to offer anything different from the DateTime class. It's really only useful if you insist on keeping your app compatible with PHP versions earlier than 5.2.0 (when the DateTime class appeared).

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...