nhance/system/Commands/Generators/Views/cell.tpl.php
2024-02-02 17:20:43 +05:30

11 lines
103 B
PHP

<@php
namespace {namespace};
use CodeIgniter\View\Cells\Cell;
class {class} extends Cell
{
//
}