Simple CodeIgniter CRUD Application with Bootstrap Source Code

Language

This is a Simple Web Application that was developed using PHP and CodeIgniter Framework. This is system has a CRUD Operations (Create, Read, Update, and Delete). Use this simple CodeIgniter CRUD application to get a basic idea on how to work with CodeIgniter. This can be helpful especially those who are new in PHP Programming. This web application also uses Bootswatch Bootstrap Library to make the application a pleasant user interface to give end-users a better experience while using this. This we app is a simple Blog Post wich contains a title, content, and an Image. The content text area is editable which the user can customize the content fonts and etc. wiht the help of Ckeditor.

Features

  • Home Page
  • About Page
  • Blog List
  • Create Post
  • Edit Post
  • Delete Post

How to Run

Requirements

  • Download and Install any local web server such as XAMPP/WAMP.
  • Download the provided source code zip file. (download button is located below)

Installation/Setup

  1. Open your XAMPP/WAMP's Control Panel and start the "Apache" and "MySQL".
  2. Extract the downloaded source code file.
  3. If you are using XAMPP, copy the extracted source code folder and paste it into the XAMPP's "htdocs" directory. And If you are using WAMP, paste it into the "www" directory.
  4. Browse the PHPMyAdmin in a browser. i.e. http://localhost/phpmyadmin
  5. Create a new database naming "ci".
  6. Import the provided SQL file. The file is known as "ci.sql" located inside the extracted source code folder.
  7. Browse the Simple CodeIgniter CRUD Aplication in a browser. i.e. http://localhost/ci

Demo

That's it! You can now explore the features and functionalities of this simple PHP/CodeIgniter Web Application. I hope this project will help you with what you are looking for and you will find something useful for your future PHP and CodeIgniter Framework Projects.

Enjoy Coding :)

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:

1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

Comments

Add new comment