08-12-2009, 03:01 PM
[eluser]Colin Williams[/eluser]
Ideally the controller should handle all input, and having the model accessing $_POST is like having it handle the input in some way. Although, to be honest, the only thing you might lose by going this route is an argument about MVC. I don't know that your application will suffer.
Ideally the controller should handle all input, and having the model accessing $_POST is like having it handle the input in some way. Although, to be honest, the only thing you might lose by going this route is an argument about MVC. I don't know that your application will suffer.