![]() |
ErrorException - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: ErrorException (/showthread.php?tid=88800) |
ErrorException - wisnuuuw - 11-09-2023 Hello Guys i need some help,when I add a new view but an error appears. and then i'm adding a new route $routes->get('/komik/create', 'Komik::create'); but the routes still to detail. APPPATH\Views\komik\Detail.php at line 12 Code: 5 <div class="container"> RE: ErrorException - InsiteFX - 11-12-2023 You should be passing the variables in to your view using $data array. For links in the view I would use route_to method. CodeIgniter 4 - route_to |