love4php / yii2-customize
Customize yii2
dev-master
2018-09-19 18:26 UTC
This package is not auto-updated.
Last update: 2025-06-21 12:40:31 UTC
README
"# yii2-customize"
Mysql Schema : return [ 'class' => 'yii\db\Connection', 'dsn' => 'pgsql:host=localhost;dbname=db_name', 'username' => 'db_username', 'password' => 'db_password', 'charset' => 'utf8', 'schemaMap' => [ 'pgsql'=> [ 'class'=>'love4php\yii2_customize\db\mysql\Schema', 'defaultSchema' => 'public' //specify your schema here ] ], // PostgreSQL ];