nhance/system/Commands/Generators/Views/cell.tpl.php
2024-09-13 09:00:09 +05:30

11 lines
103 B
PHP
Executable File

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