March 28th 2017
Tutorials
|
PHP Tutorials
|
CodeIgniter
The final part of this tutorial series will see us implement a solution that allows us to modify events directly from the FullCalendar. We'll be using Bootstrap's modal sol ...
Continue Reading 366 Comments
March 23rd 2017
Tutorials
|
PHP Tutorials
|
CodeIgniter
Now that we have created our database table, it's time to setup our frontend actions that allow us to add events.
This tutorial is a continuation of our FullCalendar with PH ...
Continue Reading 378 Comments
March 22nd 2017
Tutorials
|
PHP Tutorials
|
CodeIgniter
In this next tutorial, we are going to set up our database to store our Calendar events, then display them using FullCalendar and PHP. This tutorial is a continuation of our FullCa ...
Continue Reading 777 Comments
March 16th 2017
Tutorials
|
PHP Tutorials
|
CodeIgniter
FullCalendar is a JavaScript event Calendar that allows you to make easy customisable calendars quickly. This tutorial is going to show you how you can store events in a database a ...
Continue Reading 384 Comments
February 2nd 2017
PHP Tutorials
|
CodeIgniter
The next part of using Datatables with CodeIgniter series that we will look at is sorting and ordering of table data. You'll notice at the top of each column in your Datatable ...
Continue Reading 371 Comments
January 25th 2017
PHP Tutorials
In the first part of using Datatables with CodeIgniter, I showed you how to use the basics of Datatables, pulling data with the database and displaying it to your users. A lot of t ...
Continue Reading 365 Comments