Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Okada Design Blog:
Create an Event calendar using Codeigniter and jQuery
Feb 10, 2010 @ 20:02:34

On the Okada Design Blog there's a recent tutorial posted showing you how to create a simple calendar system by combining the CodeIgniter PHP framework and jQuery for some of the client side features.

This blog inspired me to make an event calendar using CodeIgniter. You can download Bari's source files. Please unzip it and save them. We are going to use them later. Bari puts a demo here. We are going to add this to CodeIgniter. I continue using BackendPro for this purpose.

Using the BakcendPro as a base, they create everything else to wrap around it: some CSS and Javascript, a database table to store the events, and the PHP code - the controller, model and views for general viewing, editing and creating a new calendar. Full code is provided for all both in cut&pasteable code blocks and in a downloadable file.

tagged: codeigniter framework jqeury calendar

Link:


Trending Topics: