CodeIgniter Forums
variable function argument amount - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: variable function argument amount (/showthread.php?tid=4991)



variable function argument amount - El Forum - 12-29-2007

[eluser]plainas[/eluser]
I would like to have a function that would accept sometimes one argument sometimes two.
But whenever i call it with only one argument it throws a php error.

Basically I want both of this to be possible:

mysite.com/index.php/controller/function/arg

mysite.com/index.php/controller/function/arg/another_arg

EDIT: ok, that problem is easily solvable by assigning a default value to optional parameters.
Mods please delete this topic


variable function argument amount - El Forum - 12-30-2007

[eluser]Derek Allard[/eluser]
I'm glad you got the solution! I'm going to leave it here in case others are looking for this same topic (with your permission. If you still want me to remove it I will).


variable function argument amount - El Forum - 12-30-2007

[eluser]plainas[/eluser]
No problem.
Leave it in here.