1 Answers
Best Answer
That’s just a variable name and yes it sometimes confuses as well.
Whatever the variable name is, it should be passed to set_options functions.
Your Answer
That’s just a variable name and yes it sometimes confuses as well.
Whatever the variable name is, it should be passed to set_options functions.
I noticed that some options are set using $opt and some are with $grid. Both are set with ->set_options( n ) where n can be $opt or $grid. Is there a functional difference? It seems that the only difference is the variable that is passed to set the options.