Welcome Guest, Not a member yet? Register   Sign In
You probably get this one..?
#4

[eluser]John_Betong[/eluser]
Play about with this:
Code:
// in you Model
if ($query->num_rows() > 0)
{
  $projekti = $query->result_array();
      
  foreach ($projekti as $row)
  {
    $broj = $this->db->count_all_results('job_ponude', array('pro_id' => $row['pro_id']));

    // Debug: remove rem on next line to see the count_all_result()
    // echo '<br />' .$broj;

    $data['broj'][] = $broj;
  }
            

// in you View
  foreach($broj as $detail => $row):
    echo '<br />details: ', $detail;
    echo '<br />row:     ', $row;
  endforeach;
&nbsp;
&nbsp;
&nbsp;


Messages In This Thread
You probably get this one..? - by El Forum - 09-27-2010, 12:51 PM
You probably get this one..? - by El Forum - 09-27-2010, 01:07 PM
You probably get this one..? - by El Forum - 09-27-2010, 01:58 PM
You probably get this one..? - by El Forum - 09-27-2010, 08:41 PM
You probably get this one..? - by El Forum - 09-28-2010, 08:29 AM
You probably get this one..? - by El Forum - 09-28-2010, 08:49 AM



Theme © iAndrew 2016 - Forum software by © MyBB