to re-populate the input value use set_value(‘input_name’) method, like below <input type=”text” name=”username” class=’form-control’ value='<?= set_value(‘username’)?>’>
how to create a custom constant file in ci4
-Create a folder in project root directory or app directory. I am creating a folder with name Includes in App folder:(C:xampp/htdocs/ci4/App/Includes) -Create a file CustomConstants.php, and define your constants in that file. Save the file inside Includes folder -use include… Read More
CodeIgniter 4 Interview Questions
What is CodeIgniter 4? CodeIgniter 4 is an Web Application development framework. We can develop projects much faster as well as the applications developed in codeIgniter 4 are very good in performance. Who can use CodeIgniter 4 CodeIgniter is right… Read More