-2
我有問題,功能get_with_parent:它不與多語言的工作:笨功能get_with_parent:不工作我
$this->db->select ('pages.*,p.slug as parent_slug,p.title as parent_title');
$this->db->join('pages as p','pages.parent_id=p.id','left');
$this->db-get_where('pages.language',$this->uri->segment(1));
任何人都可以幫我嗎?
我一直在關注這個視頻:
https://www.youtube.com/watch?v=3Q_1I9mlvrM
get_with_parent不是一個PHP函數。你的問題雜亂無章,格式不正確。例如,你可能會描述你正在學習一些教程 - 我猜這就是你的YouTube鏈接是什麼? –
感謝: 當然函數get_with_parent它不是php函數 它的工業化函數 – user2698670
你不使用get join where() – user4419336