Create an event / scheduling calendar with codeigniter and jquery

13,846

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.

Share:
13,846
Bill
Author by

Bill

Updated on June 04, 2022

Comments