PHP code example of booosta / fullcalendar
1. Go to this page and download the library: Download booosta/fullcalendar library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
booosta / fullcalendar example snippets
$cal = $this->makeInstance('fullcalendar', $name, $events, $events_url);
# [...]
$this->TPL['calendar'] = $cal->get_html();
\booosta\fullcalendar\Fullcalendar;
$cal = new Fullcalendar($name, $events, $events_url);
# [...]
print $cal->loadHTML();