Welcome Guest, Not a member yet? Register   Sign In
Controller Inheritance/Extending
#6

[eluser]xwero[/eluser]
[quote author="Colin Williams" date="1232378317"]
Quote:Why do so many CodeIgniters think include() is the devil?
They have never used it since they started using CI Smile

It's the same as using input->post when they don't use the xss cleaning. For the isset check you don't have to do it
Code:
if( ! $this->input->post('key'))
Isn't longer than
Code:
if( ! isset($_POST['key']))


Messages In This Thread
Controller Inheritance/Extending - by El Forum - 01-18-2009, 03:12 PM
Controller Inheritance/Extending - by El Forum - 01-18-2009, 03:50 PM
Controller Inheritance/Extending - by El Forum - 01-19-2009, 01:38 AM
Controller Inheritance/Extending - by El Forum - 01-19-2009, 03:18 AM
Controller Inheritance/Extending - by El Forum - 01-19-2009, 07:06 AM
Controller Inheritance/Extending - by El Forum - 01-19-2009, 07:20 AM
Controller Inheritance/Extending - by El Forum - 01-19-2009, 08:02 AM
Controller Inheritance/Extending - by El Forum - 01-19-2009, 10:47 AM
Controller Inheritance/Extending - by El Forum - 01-19-2009, 11:22 AM



Theme © iAndrew 2016 - Forum software by © MyBB