"Better" way to write this?
Posted
by gms8994
on Stack Overflow
See other posts from Stack Overflow
or by gms8994
Published on 2010-05-06T18:40:19Z
Indexed on
2010/05/06
18:48 UTC
Read the original article
Hit count: 208
php
Is there a better (ie, more readable) way to write this?
if (isset($input_vars['directive']) && $input_vars['directive'] == 'edit') {
© Stack Overflow or respective owner