08-12-2009, 11:04 AM
[eluser]renownedmedia[/eluser]
I've got a question... Should $_POST be accessed in the Model or in the Controller? I know it works either way, but which is the correct method? Putting it in the controller and sending a copy to the model would be redundant but would also allow for more code re-use...
I've got a question... Should $_POST be accessed in the Model or in the Controller? I know it works either way, but which is the correct method? Putting it in the controller and sending a copy to the model would be redundant but would also allow for more code re-use...