禅道常识

1 global  $app;
2 $user = $app->user; //全局变量调用用户信息
3 $from_m_id = $this->dao->select('*')->from('xinmeiti'.'.'.'xmt_users')->where('account_zt')
4 ->eq($account)->fetch();    
5  //跨数据库调用数据
原文地址:https://www.cnblogs.com/wanlibingfeng/p/7485147.html