photo_filename) ?>

<?= $productPhoto->id; ?>
id) ?>
hasValue('product_category') ? $this->Html->link($productPhoto->product_category->name, ['controller' => 'ProductCategories', 'action' => 'view', $productPhoto->product_category->internal_id]) : '' ?>
hasValue('product') ? $this->Html->link($productPhoto->product->name, ['controller' => 'Products', 'action' => 'view', $productPhoto->product->id]) : '' ?>
hasValue('product_sku') ? $this->Html->link($productPhoto->product_sku->sku, ['controller' => 'ProductSkus', 'action' => 'view', $productPhoto->product_sku->id]) : '' ?>
photo_filename) ?>
Number->format($productPhoto->photo_position) ?>
created) ?>
modified) ?>
deleted) ?>
primary_category_photo ? __('Yes') : __('No'); ?>
primary_photo ? __('Yes') : __('No'); ?>
primary_sku_photo ? __('Yes') : __('No'); ?>
enabled ? __('Yes') : __('No'); ?>
Text->autoParagraph(h($productPhoto->photo_dir)); ?>