skeeks/yii2-form

Form package for SkeekS CMS

Installs: 2 747

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Type:yii2-extension

1.0.8 2021-10-27 23:49 UTC

This package is auto-updated.

Last update: 2024-04-05 02:06:24 UTC


README

Links

<?php $form = \yii2\widgets\ActiveForm::begin(); ?>


<? echo (new \skeeks\yii2\form\Builder([
    'model'      => $model,
    'activeForm' => $form,
    'fields'     => [
            
    ],
]))->render(); ?>
    
<?php \yii2\widgets\ActiveForm::end(); ?>

skeeks!
SkeekS CMS (Yii2) — quickly, easily and effectively!
skeeks.com | cms.skeeks.com