Dealing with big IF statements in PHP
Posted
by Industrial
on Stack Overflow
See other posts from Stack Overflow
or by Industrial
Published on 2010-05-11T19:19:05Z
Indexed on
2010/05/11
19:24 UTC
Read the original article
Hit count: 206
php
|if-statement
Hi everyone,
Is there any good alternative for the plain if
statements in PHP? I know about switch
, but I'll guess that there's some more refined alternative out there that comes handy when working with really big if
statements.
Thanks a lot,
© Stack Overflow or respective owner