-
Notifications
You must be signed in to change notification settings - Fork 15
Component Autocomplete help #13
Copy link
Copy link
Open
Labels
Description
in config : main.php
under component
'components' => [
//other component here
//my defined component class
'CustomerUtil'=>[
'class' => 'backend\components\CustomerUtility',
],
], //component closed
plz create auto complete function using component in controller or view
like Yii::$app->CustomerUtil->mymethod(); etc
here is CustomerUtility is component class under component folder
Reactions are currently unavailable