
In the previous posts this and this, I wrote about a Codeigniter Event Calendar. The problem with them was you can’t use it with javascript disabled.
This time I added a link to a date. When you click the date where there are events, it will take you to a page showing all the event for that day. So you can use it with javascript disabled. Check it out.
I also added a template. You can find an original template from www.csstemplateheaven.com.
This version is not using a BackendPro.
Download Page
Modify config.php and database.php
Dump data.sql.
Visit http://127.0.0.1/ci_172_calendar/index.php/calendar/index
or http://localhost/ci_172_calendar/index.php/calendar/index






















[...] Codeigniter Event Calendar update [...]
[...] 4.10 Codeigniter Event Calendar [...]
[...] Codeigniter Event Calendar update [...]
[...] CodeIgniter Event Calendar [...]
[...] Creare un Event Calendar con CodeIgniter [...]
[...] 4.10 CODEIGNITER EVENT CALENDAR [...]
please i need help. i have it error: “Welcome to CodeIgniter!
The page you are looking at is being generated dynamically by CodeIgniter.
If you would like to edit this page you’ll find it located at:
system/application/views/welcome_message.php
The corresponding controller for this page is found at:
system/application/controllers/welcome.php
If you are exploring CodeIgniter for the very first time, you should start by reading the User Guide.
Page rendered in 0.6388 seconds
”
I don`t know.. !
Help me please because it message, y have de database y modified the connection to he database.
help me please!
What kind of help do you need? Have you visited http://localhost/ci_172_calendar/index.php/calendar/index?
Hai shinokada,
the default view of calendar is current month, how should i do to change view of current year (view all month)?
Thanks
[...] library makes possible to embed a jQuery calendar into a web page and use it in your CodeIgniter applications. The drawback is that it cannot run if [...]
I need a bit of help, I’m trying to change this calendar to include multiple day events (including times) using ‘start_date’, ‘end_date’, ‘start_time’, and ‘end_time’ values from the database. How would I do this, also this script needs updates changing “XXX extends Model” to “XXX entends CI_Model” and “XXX extends Controller” to “XXX entends CI_Controller” as well as “parent::Controller();” to “parent::__construct();”.
You need to add db for each item you want to add and also change the view so that you can add these items. You also need to change model to include these items as well. Regarding your CI_Model and controller. This is built on CodeIgniter 1.7.3. So you are welcome to upgrade to 2.0. But if you are using the BackendPro with this calendar system, it won’t work since BackendPro is not compatible with 2.0 yet.
[...] Source: Okadadesign.no GD Star Ratingloading… Today, 5:17 am No Comments Short URL ajaxcalendarjavascriptokadadesign.no [...]
How can use this event calendar in my project which is developed with codeigniter.