Welcome Guest, Not a member yet? Register   Sign In
Is there a faster way to get multiple POST data than $this->input->post('data')?
#8

[eluser]Colin Williams[/eluser]
Last time this issue came up I broke down the user guide and while it never says not to use $_POST, there is a bit on the Models page that comes very close to saying that. The main advantage of the input->post() method is that it handles a chunk of logic for you, and optionally does XSS cleansing.


Messages In This Thread
Is there a faster way to get multiple POST data than $this->input->post('data')? - by El Forum - 10-28-2009, 11:29 AM



Theme © iAndrew 2016 - Forum software by © MyBB