[Omaha.pm] Using ||

Jeff Bisbee jbisbee at gmail.com
Mon Mar 27 03:45:56 PST 2006


On Mar 27, 2006, at 6:12 AM, Jay Hannah wrote:

>> $o_RS->determine_room_type($req_room_type) ||
>> $o_RS->determine_room_type();

I vote for option 4... :)

$o_RS->determine_room_type($req_room_type)
     || $o_RS->determine_room_type();

Jeff Bisbee / jbisbee at gmail.com / jbisbee.com




More information about the Omaha-pm mailing list