Welcome Guest, Not a member yet? Register   Sign In
About All Members Count?
#4

Thansk for your answers.

I'm new in codeigniter.

Model:

Code:
public function get(){
      $this->db->select('gorun');
      $this->db->from('users');
      $this->db->where('gorun', '0' );
      return $this->db->count_all_results();
}

-------------------------

Controller:

Code:
public function admindash(){
      $this->load->model("admindash_model");    
      $results = $this->admindash_model->get();
}



I can't show the view. How can I do it?
Reply


Messages In This Thread
About All Members Count? - by Qortizon - 04-22-2019, 04:03 PM
RE: About All Members Count? - by php_rocs - 04-22-2019, 08:31 PM
RE: About All Members Count? - by ciadmin - 04-22-2019, 09:24 PM
RE: About All Members Count? - by Qortizon - 04-23-2019, 04:50 AM



Theme © iAndrew 2016 - Forum software by © MyBB