日历数据库的建议
我找到了一个 php 日历类 http://style-vs-substance.com/calendar-class-php/clendarclassphp-updates-and-new-version-release/#more-37
当我悬停一天时会给出一个链接,例如 http://127.0.0.1/2009/12/24。
我想在单击日期时添加一个事件。
现在我的问题是日历数据库的最佳结构是什么。
我应该为年、月和日期创建不同的字段吗?
请给我你的想法好吗?
提前致谢。
I found a php calendar class http://style-vs-substance.com/calendar-class-php/clendarclassphp-updates-and-new-version-release/#more-37
When I hover a day gives a link, such as http://127.0.0.1/2009/12/24.
I want to add an event when I click a date.
Now my question is what is the best structure of calendar database.
Should I make a different field for year, month and date?
Please give me your idea please?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用日期时间类型
Use the datetime type