Welcome Guest, Not a member yet? Register   Sign In
Problem with select_sum()
#1

[eluser]erviando[/eluser]
i have a problem with my select_sum()

i want show result of my model

function get_all_topikdo_jumlah()
{
$this->db->select_sum('topik_pembimbing1');
$this->db->select_sum('topik_pembimbing2');
$this->db->from('topik');
$this->db->from('dosen');
$this->db->where('dosen_id','topik_pembimbing1');
$this->db->or_where('dosen_id','topik_pembimbing2');
$data=$this->db->get();
return $data->result();
}

how can i show my function get_all_topikdo_jumlah() to view?
#2

[eluser]TheFuzzy0ne[/eluser]
Sorry, I don't understand the question. What exactly is the problem?




Theme © iAndrew 2016 - Forum software by © MyBB