2015-01-07, 08:01 AM
hi,
now we can use $mybb->get_input('xyz') instead of $mybb->input['xyz']
but we can't use $mybb->get_input instead of $mybb->input['abc']['xyz']
I think $mybb->get_input should also support these type of inputs.
for example $mybb->get_input('abc.xyz') = $mybb->input['abc']['xyz']
now we can use $mybb->get_input('xyz') instead of $mybb->input['xyz']
but we can't use $mybb->get_input instead of $mybb->input['abc']['xyz']
I think $mybb->get_input should also support these type of inputs.
for example $mybb->get_input('abc.xyz') = $mybb->input['abc']['xyz']