News Portal Using CodeIgniter
News Portal Using CodeIgniter Introduction
News Portal Project using CodeIgniter (PHP Framework) is a web-based application. It is a dynamic system. It can be maintained and changed easily because it is based on the database. It contains web pages that are generated in real-time. These pages include Web scripting code, such as PHP. It is fully secured from unauthorized access.
Project Requirements
Project Name | Teachers Record Management System Project |
---|---|
Language Used | PHP5.6, PHP7.x |
PHP Framework Used | CodeIgniter 3 |
Database | MySQL 5.x |
User Interface Design | HTML, AJAX,JQUERY,JAVASCRIPT |
Web Browser | Mozilla, Google Chrome, IE8, OPERA |
Software | XAMPP / Wamp / Mamp/ Lamp (anyone) |
Project Modules
News Portal project divided into two modules:
User module
Anyone can read the news and also search for particular news. The reader can leave comments on the particular news.
Admin Module
Admin Dashboard: In this section, admin can view, listed categories & subcategories, total published news.
Category – In this section admin can add/delete the category.
Sub- Category – In this section admin can add/delete the Subcategory.
Post – Admin can add /update / delete news posts. .
Comments – Admin can approve/ unapproved / reader comments.
Project Screenshots
Home Page
Admin Login
Admin Dashboard
Add News
How to run News Portal using CodeIgniter with source Code
- Download the zip file
- Extract the file and copy
news
folder - Paste inside root directory(for xampp xampp/htdocs, for wamp wamp/www, for lamp var/www/html)
- Open PHPMyAdmin (http://localhost/phpmyadmin)
- Create a database with name
news
- Import
news.sql
file(given inside the zip package in SQL file folder) - Run the script
http://localhost/news
(frontend)
Admin Credential
Username: admin@gmail.com
Password: Test@123