Welcome Guest, Not a member yet? Register   Sign In
extending core class input (v2.0.1)
#2

[eluser]cideveloper[/eluser]
MY_Input is just Extending the Native Input Library. Why dont you just do it like this

Code:
$this->input->post_ext(...)

as in make a new post function called post_ext [post extended] in MY_Input

That way you can use


Code:
$this->input->post_ext(...)

or


Code:
$this->input->post(...)


Messages In This Thread
extending core class input (v2.0.1) - by El Forum - 05-12-2011, 05:17 PM
extending core class input (v2.0.1) - by El Forum - 05-12-2011, 07:51 PM
extending core class input (v2.0.1) - by El Forum - 05-13-2011, 11:46 AM



Theme © iAndrew 2016 - Forum software by © MyBB