mirror of
https://github.com/brmlab/brmbiolab_sklad.git
synced 2025-06-09 05:34:01 +02:00
5 lines
No EOL
154 B
PHP
5 lines
No EOL
154 B
PHP
<?php
|
|
|
|
echo $this->Form->create('Item');
|
|
echo $this->Form->inputs(array(), array('created', 'modified', 'is_deleted'));
|
|
echo $this->Form->end(__('Save')); |