本文整理匯總了PHP中design::isReadyForGraphics方法的典型用法代碼示例。如果您正苦於以下問題:PHP design::isReadyForGraphics方法的具體用法?PHP design::isReadyForGraphics怎麽用?PHP design::isReadyForGraphics使用的例子?那麽, 這裏精選的方法代碼示例或許可以為您提供幫助。您也可以進一步了解該方法所在類design
的用法示例。
在下文中一共展示了design::isReadyForGraphics方法的1個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的PHP代碼示例。
示例1: elseif
$all_is_finalized = false;
break;
}
}
if ($all_is_finalized) {
$actions[] = '<input type="button" name="5-0" class="green" value="» SAMPLINGS" title="Move Design to Sampling Tab" />';
}
$actions[] = $edit_drafts;
$actions[] = '<input type="button" name="10-6" class="red" value="« PHOTO" title="Move Design to Photo Tab" />';
} elseif ($sub_status == 8) {
$actions[] = '<input type="button" name="10-3" class="green" value="» MASTER" title="Move Design to Master Tab" />';
$actions[] = '<input type="button" name="10-2" class="red" value="« WAX" title="Move Design to Wax Tab" />';
}
} elseif ($design->status == 5) {
if ($sub_status == 0) {
if ($design->isReadyForGraphics()) {
//$actions[] = '<input type="button" name="6" class="green" value="» GRAPHIC" title="Move Design to Graphics Tab" />';
$actions[] = '<input type="button" name="14-0" class="green" value="» PHOTO" title="Move Design to Photo Tab" />';
}
$actions[] = '<input type="button" name="5-1" class="green" value="» SENT TO HH" title="Move Design to Sent to HH Tab" />';
$actions[] = '<input type="button" name="5-3" class="green" value="» CREATE PRODUCT" title="Move Design to Create Product Tab" />';
} elseif ($sub_status == 1) {
$actions[] = '<input type="button" name="5-2" class="green" value="» RECEIVED IN HH" title="Move Design to In HH Tab" />';
} elseif ($sub_status == 2) {
$actions[] = '<input type="button" name="5-3" class="green" value="» CREATE PRODUCT" title="Move Design to Create Product Tab" />';
$actions[] = '<input type="button" name="5-0" class="red" value="« ASSEMBLY" title="Move Design back to Assembly Tab" />';
} elseif ($sub_status == 3) {
if ($design->isReadyForGraphics()) {
//$actions[] = '<input type="button" name="6" class="green" value="» GRAPHIC" title="Move Design to Graphics Tab" />';
$actions[] = '<input type="button" name="14-0" class="green" value="» PHOTO" title="Move Design to Photo Tab" />';
}