L.e.e. 发表于 2013-5-30 13:46:29

$this->db->from();$this->db->join();问题

$this->db->from('xxxxxxxxxxxxxx');
$this->db->join('xxxxxxxxxxxxxx');

表名 太长了 想 as XXX 不知道 在哪里 设置 as 值?

Hex 发表于 2013-5-30 16:42:30

$this->db->from('xxxxxxxxxxxxxx as a');

L.e.e. 发表于 2013-5-30 21:41:47

Hex 发表于 2013-5-30 16:42 static/image/common/back.gif
$this->db->from('xxxxxxxxxxxxxx as a');

恩 谢谢~
页: [1]
查看完整版本: $this->db->from();$this->db->join();问题