本文整理汇总了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" />';
}