You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use my codeigniter rc3 as HMVC. Here is my structure
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 $routes->get('action-signin', 'Acme\Home\Controllers\HomeAction\ActionSignIn::index');
Peekaboo, it show 404 when I press the submit button. I try to visit action-signin directly, nothing was wrong.
The text was updated successfully, but these errors were encountered:
I use my codeigniter rc3 as HMVC. Here is my structure
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
$routes->get('action-signin', 'Acme\Home\Controllers\HomeAction\ActionSignIn::index');
Peekaboo, it show 404 when I press the submit button. I try to visit
action-signin
directly, nothing was wrong.The text was updated successfully, but these errors were encountered: