A Gallery CRUD with MySQL Database in CodeIgniter 3.1.5 using blueimp's jQuery File Upload.
Gallery offers to add album with a Album title and Featured image. Pictures can be uploaded to each album using blueimp's jQuery File Upload plugin. Database entry to each album with respective pictures is created.
The albums and corresponding featured images are fetched from database and diaplayed in main page.
On Viewing a particular album, the pictures of that album are fetched from database and displayed in grid. The Gallery is responsive and uses PrettyPhoto plugin for lightbox.