Dear members, please help me.. Forgive me for my less precise title, since I'm very new to php, phalcon, json and ajax.
So I have this Fullcalendar Jquery Plugin from Bootstrap Template and I want to use it in my web. Since this only a template so I googling how to save the event I made from the calendar into the database. And I found this CRUD example in pure php, the code is here.
I put the javascript at index.php into jquery.fullcalendar.js at public/js folder (if I put it into IndexController, the calendar won't show up), and then the file load.php, insert.php, update.php, delete.php I included into CalendarController as exampled, but.. the event still doesn't saved into the database, in fact it wont show up in the calendar.
My question is how to call the file load.php, insert.php, update.php, delete.php at jquery.fullcalendar.js (in line 21, 32, 51, 68, 85) .. and what am I missing here..
Thank you for your time and support :)