PHP Classes

File: views/panel/message.php

Recommend this page to a friend!
  Classes of Uldis Nelsons   D3 EDI   views/panel/message.php   Download  
File: views/panel/message.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: D3 EDI
Process information exchanged electronically
Author: By
Last change:
Date: 2 years ago
Size: 256 bytes
 

Contents

Class file image Download
<?php

use eaBlankonThema\assetbundles\layout\LayoutAsset;
use
eaBlankonThema\widget\ThTableSimple2;

LayoutAsset::register($this);

/**
 * @var \d3system\yii2\web\D3SystemView $this
 * @var array $tableData
 */
?>
<?= ThTableSimple2
::widget($tableData);