How to successfully pass data from Controller to View? – PHP
I have modelled and am now testing a Database for a PHP (CodeIgniter 4) web application. I made a function in my (products) Model that retrieves data from the DB and called that function in the controller. getBasicInfo(int $id): array…