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 NameTeachers Record Management System ProjectLanguage UsedPHP5.6, PHP7.xPHP Framework UsedCodeIgniter 3DatabaseMySQL 5.xUser Interface DesignHTML, AJAX,JQUERY,JAVASCRIPTWeb BrowserMozilla, Google Chrome, IE8, OPERASoftwareXAMPP / 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
Download the zip fileExtract the file and copy news folderPaste 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 newsImport 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
Project Demo
The post News Portal Using CodeIgniter appeared first on PHPGurukul.