Welcome Guest, Not a member yet? Register   Sign In
Help me with route, thanks
#1

(This post was last modified: 02-04-2020, 09:14 PM by mjamilasfihani.)

I use my codeigniter rc3 as HMVC. Here is my structure

[Image: 73802195-755ce700-47ef-11ea-8a2a-cf88cd83dd12.png]

I try to do some action from HomeView with input username and password also method POST that handled by Home Controller to ActionSignIn. I set the route like this

PHP Code:
$routes->get('action-signin''Acme\Home\Controllers\HomeAction\ActionSignIn::index'); 

Peekaboo, it show 404 when I press the submit button. I try to visit

Code:
https://my.project-name.tld/action-signin

directly, nothing was wrong.
Reply


Messages In This Thread
Help me with route, thanks - by mjamilasfihani - 02-04-2020, 09:14 PM
RE: Help me with route, thanks - by mintwint - 02-05-2020, 04:04 AM
RE: Help me with route, thanks - by InsiteFX - 02-05-2020, 09:18 AM



Theme © iAndrew 2016 - Forum software by © MyBB