Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CakePHP Calendar

I am new to CakePHP, and would like to create a calendar using this framework. I am having a difficult time, and am wondering if there is a tutorial or guide on how to create a simple calendar using CakePHP?

like image 462
Denver Avatar asked Mar 23 '11 17:03

Denver


2 Answers

Here are two links: LINK1(calendar helper) and LINK2 to a implementation of FullCalendar. I did not try both of them...

like image 127
Mika Avatar answered Nov 15 '22 11:11

Mika


https://github.com/silasmontgomery/CakePHP-Full-Calendar-Plugin

This is a calendar plugin for cakephp via fullCalendar

like image 24
Diego Fu Avatar answered Nov 15 '22 12:11

Diego Fu