Hi, useful extension, thx... but some ideas:
<?= \Yii::t('skeeks/cms', 'Add'); ?> - not all project use skeeks cms, if you use clear yii2 you will get error: Unable to locate message source for category 'skeeks/cms'.
- Please don't use Short Tags
'<?' by default is disabled, and from PHP7.4 is deprecate, in PHP 8 will be removed
Hi, useful extension, thx... but some ideas:
<?= \Yii::t('skeeks/cms', 'Add'); ?>- not all project use skeeks cms, if you use clear yii2 you will get error: Unable to locate message source for category 'skeeks/cms'.'<?'by default is disabled, and from PHP7.4 is deprecate, in PHP 8 will be removed