Toggle navigation
ADEPTSTATION
<p><strong>What is the goal of this exercise?</strong></p><p>This exercise is aimed at getting familiar with the codeigniter framework and getting basic know how of implementing CRUD functionality.</p><p>With this you will get familiar with the following concepts</p><ul><li>Codeigniter MVC & routing</li><li>Form validation in codeigniter</li><li>Sessions</li><li>Pagination</li><li>File upload</li><li>Creating API</li></ul><p><strong>Tools to use</strong></p><ul><li>Use codeigniter4</li><li>Use bootstrap library for front rendering</li><li>Jquery if required</li></ul><p><strong>What to build</strong></p><ol><li>Start by creating a simple student registration page, make sure to use all html form elements like select, radio, checkbox etc.</li><li>Create a simple student master to create a list of all the students from the database</li><li>Create a login page where an admin can login with username/password auth</li><li>Make sure that the login page routes, session etc are perfectly set. Secondly the student master should be visible only post login.</li><li>Add logout feature</li><li>Next create an actions column in the student master and give edit and delete functions, try creating edit with Ajax or axios</li><li>Create pagination for student master</li><li>Create file upload with student profile pic</li><li>Create simple post API to fetch student data against an id & key value authentication</li></ol><p> </p><p> </p><p> </p><p> </p>
Sub links
No sub links
×
Attachments
Page heading:
PHP - Codeigniter
×
Page history
Page heading:
PHP - Codeigniter