They confuse non-C programmers, mostly.

See this: http://www.php.net/operators.comparison

cheers,

Travis

Radek Zajkowski wrote:
Here's a code snippet

// call gui object method
$method = $cmd."Object";
$class_name = $objDefinition->getClassName($obj_type);
$module = $objDefinition->getModule($obj_type);
$module_dir = ($module == "")
        ? ""
        : $module."/";

what does the semicolon and the question mark do?

TIA

R>

-------------------------------------------------


-- Travis Low <mailto:[EMAIL PROTECTED]> <http://www.dawnstar.com>

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to