Dotan Cohen wrote:
> How would you read this out loud if you were to read it to someone
> over  the phone?
> 
> ($item->getServiceId() ? $item->getServiceId() : $item->getId())));
> 
> Thanks!
> 

FATAL ERROR: Non matching parenthesis.


Ok, but really, I would say something along these lines:


Open Conditional statement

Test Condition
        Using object variable "item" call object member method "get service id"

if condition results are true issue following command
        Using object variable "item" call object member method "get service id"

if condition results are false issue following command
        Using object variable "item" call object member method "get id"


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

Reply via email to