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 239 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 251 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 281 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 258 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 244 Comments
January 13th 2017
PHP Tutorials
|
CodeIgniter
Datatables is a powerful plugin for jQuery that allows you to easily display tabular data to users. It's quick to setup, easy to use and has many advanced functions that allow ...
Continue Reading 275 Comments