When i send a form to a controller, i belive i point to the controller in the form's action="controllername.php"
how do i set the controller to point the POST to the right function to process the incoming $_POST ?
Given that a controller can have multiple functions that receive $_POST from different views.