The page you are looking at is being generated dynamically by CodeIgniter.
If you would like to edit this page you will find it located at:
app/Views/welcome_message.php
The corresponding controller for this page can be found at:
app/Controllers/Home.php
all Record
method:GET
http://localhost:8080/employee
Single Record
method:GET
http://localhost:8080/employee/4
update
method:PUT
http://localhost:8080/employee/4
body:x-www-form-urlencoded
name
email
add record in db
method:POST
http://localhost:8080/employee
delete record
method:DELETE
http://localhost:8080/employee/5
The User Guide contains an introduction, tutorial, a number of "how to" guides, and then reference documentation for the components that make up the framework. Check the User Guide !
CodeIgniter is a community-developed open source project, with several venues for the community members to gather and exchange ideas. View all the threads on CodeIgniter's forum, or chat on Slack !
CodeIgniter is a community driven project and accepts contributions of code and documentation from the community. Why not join us ?