<code><?phpnamespace Common\Model;/** * 无法使用 */class MessageViewModel extends \Think\Model\ViewModel {<mark>6来源gaodaimacom搞#^代%!码网</mark><strong>搞gaodaima代码</strong> protected $connection = "DB_CONF_MAN"; protected $viewFields = array( "Message" => array( "*", "_type" => "LEFT", ), "MessageText" => array( "title", "content", "_on" => "Message.message_text_id = MessageText.id", ) );}</code>
ps:普通模型指定$connection
能正常操作指定数据库
回复内容:
<code><?phpnamespace Common\Model;/** * 无法使用 */class MessageViewModel extends \Think\Model\ViewModel { protected $connection = "DB_CONF_MAN"; protected $viewFields = array( "Message" => array( "*", "_type" => "LEFT", ), "MessageText" => array( "title", "content", "_on" => "Message.message_text_id = MessageText.id", ) );}</code>
ps:普通模型指定$connection
能正常操作指定数据库
没用过,,路过