Codeigniter 4 Post Problem |
(10-15-2020, 11:15 PM)InsiteFX Wrote: You may also need to use all lowercase for the file names, depending on the server. No. The file and the class name must start with a capital letter. See the doc: https://codeigniter4.github.io/userguide...ello-world Quote:The file must be called ‘Helloworld.php’, with a capital ‘H’. (10-15-2020, 11:15 PM)InsiteFX Wrote: This depend on how the routes are defined. If auto routing is turned off this won't work either. PHP Code: $routes->setAutoRoute(false); https://codeigniter4.github.io/userguide...uting.html |
Messages In This Thread |
Codeigniter 4 Post Problem - by onurcicek - 10-15-2020, 04:20 AM
RE: Codeigniter 4 Post Problem - by InsiteFX - 10-15-2020, 11:15 PM
RE: Codeigniter 4 Post Problem - by onurcicek - 10-15-2020, 11:47 PM
RE: Codeigniter 4 Post Problem - by includebeer - 10-16-2020, 04:45 AM
RE: Codeigniter 4 Post Problem - by InsiteFX - 10-16-2020, 01:07 PM
RE: Codeigniter 4 Post Problem - by includebeer - 10-16-2020, 01:32 PM
RE: Codeigniter 4 Post Problem - by paulbalandan - 10-20-2020, 07:47 AM
|