Jump to content

question about switch statement


CyberShot

Recommended Posts

No, a switch statement is not required to have a default case. As far as your second question goes, why not just set your first case as the default case. You could then remove the original first case and he switch statement would be the same

well this is for wordpress. I am setting up a slider for a website. So a person will be able to choose in an admin interface the slider they want. So there will be several options. I had different files and was using includes but I decided to recode it and just put the html/php into a switch statement instead. So if they choose a particular slider, it will run that code.

I don't understand what would happen when they go to choose the first slider and there is no case for that slider. I guess you are saying that it would default to default case. In that case. I understand what you are saying. That is a good suggestion. Thank you.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.