I am trying to write a function in a CodeIgniter controller that can take optional parameters. However, I always get Missing Argument warnings. I am not trying to suppress warnings - I am trying to declare the parameters as optional (perhaps they can be empty strings if they do not exist or something else).
What am I missing?
thanks
Mala
php optional-parameters codeigniter
Mala
source share