Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter future with PHP5
#23

[eluser]Derek Jones[/eluser]
[quote author="ci_man" date="1204100390"]@ lone
not really. I create a private function in a controller, then call it from url...[/quote]

Actually, wouldn't that cause an error? I don't believe call_user_func_array() will view a private class method as a valid callback. In fact, that's actually a good motivation to change the method_exists() conditional in CodeIgniter.php for the controller method check to include is_callable(), so a 404 can be shown instead of generating a PHP error.


Messages In This Thread
CodeIgniter future with PHP5 - by El Forum - 01-18-2008, 10:50 AM
CodeIgniter future with PHP5 - by El Forum - 01-18-2008, 11:30 AM
CodeIgniter future with PHP5 - by El Forum - 01-18-2008, 11:54 AM
CodeIgniter future with PHP5 - by El Forum - 01-18-2008, 12:03 PM
CodeIgniter future with PHP5 - by El Forum - 01-18-2008, 12:05 PM
CodeIgniter future with PHP5 - by El Forum - 01-18-2008, 12:14 PM
CodeIgniter future with PHP5 - by El Forum - 01-18-2008, 12:37 PM
CodeIgniter future with PHP5 - by El Forum - 01-18-2008, 12:58 PM
CodeIgniter future with PHP5 - by El Forum - 01-18-2008, 01:06 PM
CodeIgniter future with PHP5 - by El Forum - 01-18-2008, 01:24 PM
CodeIgniter future with PHP5 - by El Forum - 01-18-2008, 01:25 PM
CodeIgniter future with PHP5 - by El Forum - 01-18-2008, 01:50 PM
CodeIgniter future with PHP5 - by El Forum - 01-18-2008, 03:29 PM
CodeIgniter future with PHP5 - by El Forum - 01-18-2008, 10:26 PM
CodeIgniter future with PHP5 - by El Forum - 01-19-2008, 03:57 AM
CodeIgniter future with PHP5 - by El Forum - 02-26-2008, 03:20 PM
CodeIgniter future with PHP5 - by El Forum - 02-26-2008, 06:49 PM
CodeIgniter future with PHP5 - by El Forum - 02-26-2008, 06:56 PM
CodeIgniter future with PHP5 - by El Forum - 02-26-2008, 07:07 PM
CodeIgniter future with PHP5 - by El Forum - 02-26-2008, 07:12 PM
CodeIgniter future with PHP5 - by El Forum - 02-26-2008, 08:19 PM
CodeIgniter future with PHP5 - by El Forum - 02-26-2008, 09:16 PM
CodeIgniter future with PHP5 - by El Forum - 02-26-2008, 09:17 PM
CodeIgniter future with PHP5 - by El Forum - 02-26-2008, 10:10 PM
CodeIgniter future with PHP5 - by El Forum - 02-26-2008, 10:38 PM
CodeIgniter future with PHP5 - by El Forum - 02-26-2008, 10:45 PM
CodeIgniter future with PHP5 - by El Forum - 02-26-2008, 11:02 PM
CodeIgniter future with PHP5 - by El Forum - 02-26-2008, 11:32 PM
CodeIgniter future with PHP5 - by El Forum - 09-23-2010, 07:51 PM
CodeIgniter future with PHP5 - by El Forum - 09-23-2010, 09:02 PM
CodeIgniter future with PHP5 - by El Forum - 09-23-2010, 11:45 PM
CodeIgniter future with PHP5 - by El Forum - 09-24-2010, 07:50 AM
CodeIgniter future with PHP5 - by El Forum - 09-24-2010, 08:33 AM



Theme © iAndrew 2016 - Forum software by © MyBB