在yii项目中,连接多数据库进行操作。
step1:配置main.php 文件。
|
|
框架默认是 加载db数据库的,如果想要使用db2数据库的数据。
方法一:只需要在现有的model中重写getDb方法。1234public static function getDb(){ return Yii::$app->get('db2');}
方法二:在gii下,进行设置。
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true