$this->db->from();$this->db->join();问题
$this->db->from('xxxxxxxxxxxxxx');$this->db->join('xxxxxxxxxxxxxx');
表名 太长了 想 as XXX 不知道 在哪里 设置 as 值?
$this->db->from('xxxxxxxxxxxxxx as a'); Hex 发表于 2013-5-30 16:42 static/image/common/back.gif
$this->db->from('xxxxxxxxxxxxxx as a');
恩 谢谢~
页:
[1]