P
P
Philip2014-06-22 17:30:53
Yii
Philip, 2014-06-22 17:30:53

Yii2, is there a widget factory out of the box?

Yii used to have a widget factory:
Yii::app()->getWidgetFactory()
Is there something similar out of the box in Yii2?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
Philip, 2014-06-22
@shcherbanich

www.yiiframework.com/doc-2.0/yii-base-widget.html#...

N
Nikita Permin, 2014-06-22
@NekitoSP

$config = [
    'class' => 'yii\db\Connection',
    'dsn' => 'mysql:host=127.0.0.1;dbname=demo',
    'username' => 'root',
    'password' => '',
    'charset' => 'utf8',
];

$db = Yii::createObject($config);

[Configurations]

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question