使用 codeigniter 和 jquery 创建事件/日程安排日历

发布于 2024-10-19 12:58:19 字数 698 浏览 1 评论 0原文

我正在尝试使用 codeigniter 和 jquery 制作事件/日程安排日历。我需要能够在同一天举办多个活动,并且我希望使其尽可能干净。

我想知道是否有人知道那里有什么好的教程。我发现的所有这些都不允许您将多个事件添加到 1 天,或者具有非常奇怪的结构。

感谢您的帮助!

编辑: 抱歉,这是我找到的 http://net.tutsplus。 com/tutorials/php/codeigniter-from-scratch-file-uploading-and-image-manipulation/(相当基本,不允许在同一天发生多个事件)

http://www.okadadesign.no/blog/codeigniter/create- an-event-calendar-using-codeigniter-and-jquery/ 不确定我对这个的感觉如何,或者它是否容易实现。

I'm trying to make an event / scheduling calendar using codeigniter and jquery. I need to be able to have multiple events on the same day, and I would like to make it as clean as possible.

I'm wondering if anyone knows of any good tutorials out there. All the ones I found don't let you add multiple events to 1 day, or have a really weird structure.

Thanks for the help!

Edit:
Sorry about that, here are the ones I've found
http://net.tutsplus.com/tutorials/php/codeigniter-from-scratch-file-uploading-and-image-manipulation/ (fairly basic and doesn't allow for multiple events on the same day)

http://www.okadadesign.no/blog/codeigniter/create-an-event-calendar-using-codeigniter-and-jquery/ Not sure how I feel about this one, or if it is easy to implement.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

独享拥抱 2024-10-26 12:58:19

不确定如何“不能”做到这一点,您可以修改任何代码并添加额外的事件。您是说您发现的应用程序太复杂而无法使用吗?我建议仔细阅读代码并摆弄它们以找出答案。然后在需要解释时发布问题。这会更有用,现在我想知道什么是“非常奇怪的结构”......

至于你自己的例子:

它可以工作并添加多个事件(我刚刚在演示中为 3 月 9 日添加了 2 个事件)。

CodeIgniter 允许直接的 MVC(模型视图控制器)结构(如果您遇到困难或困惑,请阅读 CodeIgniter 用户指南)。

如果没有找到一个非常基本的程序,我认为您不会找到适合您的需求/学习曲线的程序(这就是我怀疑“非常奇怪的结构”一词所涉及的内容)。

我建议简单地尝试 CodeIgniter 风格并修改它,直到你得到你需要的,或者你发现它确实不能满足你的需要。

最好的情况是您通过其他代码了解更多有关编程的知识。享受。

Not sure how you "can't" do it, you can modify any code and add extra events. Are you saying the apps you found are too complex for you to utilize? I would suggest going through the code and fiddling with them to find out. Then posting questions when you need explanation. That would be more useful, right now I am left wondering what a 'really weird structure' is...

As for your own example:

It works and adds multiple events (I just added 2 for March 9th in the demo).

CodeIgniter allows for straight forward MVC (model view controller) structure (read the CodeIgniter userguide if you get stuck or confused).

Short of finding a very basic program I don't think you will find one that suits your need/learning curve (which is what I suspect the phrase "really weird structure" pertains to).

I would suggest simply trying the CodeIgniter flavour and tinkering with it until you get what you need, or you find that it truly does NOT meet your need.

Best case scenario you learn a bit more about programming through others code. Enjoy.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文