luisferparra/yii2-cronjob-widget

module for managing cronjob time schedule in english

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 1

Type:yii2-extension

v1.0.4 2023-12-21 09:19 UTC

This package is not auto-updated.

Last update: 2024-11-08 10:29:34 UTC


README

New Module Installation

cd /path/to/yii2/instalation

composer require luisferparra/yii2-cronjob-widget

Use with ActiveForm

<?php
use luisferparra\widgets\CronJob;
?>
<?php CronJob::widget([
    'model' => $model, 
    'attribute'=>'supplier',
    'options'=>$options //optional options
]); ?>
    

Use with Form

<?php
use luisferparra\widgets\CronJob;
?>
<?php CronJob::widget([
    'name' => $model, 
    'options'=>$options //optional options
]); ?>
    

Based On

This widget is based on another widget whose texts are in Italian. I have only made the adaptation of these texts to English necessary for my project. It is not Multilanguage

https://github.com/SharKom/yii2-cron