CodeIgniter Forums
HMVC - Post to different controller? - 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: HMVC - Post to different controller? (/showthread.php?tid=1311)



HMVC - Post to different controller? - frocco - 02-27-2015

Hello,

I am using CI3 and HMVC and am displaying products with a form_open on the page.
I want to post from this form to another HMVC controller called cart.

Can this be done?
I get page not found.


RE: HMVC - Post to different controller? - frocco - 02-27-2015

Nevermind, forgot to change class name.