05-10-2019, 10:30 AM
What kind of file is the code you posted here? Model, controller, view??? I think you are (still) missing the basics about CodeIgniter.
Your code only shows procedural code, where CodeIgniter is object oriented, and works with classes. Your php file doesn't contain any class.
CodeIgniter will process all URL's through index.php and never points to html files.
Your code only shows procedural code, where CodeIgniter is object oriented, and works with classes. Your php file doesn't contain any class.
CodeIgniter will process all URL's through index.php and never points to html files.