This is an actual bit of code from my recent work:
// Paid, naked and related: just how we like 'em!
const XTYPE_PAID = 1;
const XTYPE_NAKED = 3;
const XTYPE_RELATED = 4; // unused by us at this time
public $willGetPaid;
public $willGetNaked;
(FYI, I'm talking about
(
Read more... )