By good_man on
I have couple of variables to get their value and I feel that using variable_get($var_name, $default) ten times is a waste of time, I need a way to retrieve all the variables with default values for a specific module in one instruction?
Comments
I don't see that multiple calls is a waste.
Since variable_get() returns values from the $conf array and not directly from the database variable table I don't see that multiple calls is such a waste.