Hi,
I've just created a new column named "staff" to "event" table from sample "day-week-month" database.
In the backend_events.php, I add this:
...
foreach($result as $row) {
$e = new Event();
$e->id = $row['id'];
$e->text = $row['name'];
$e->start = $row['start'];
$e->end = $row['end'];
$e->staff = $row['staff'];
$events[] = $e;
}
...
but How can I make it display on the front-end view of the calendar? like this: http://prntscr.com/qi3gw2