Answer the question
In order to leave comments, you need to log in
How to use codeigniter and php7?
How to get codeigniter to work with php 7? everything crashes when I try to connect to the database, a piece of code just falls out on the page where the connection to the database begins, even if it is commented out
What I see when I try to open localhost
db->order_by('pos','DESC')->where('display','1')->get('catalog'); // return $query->result_array(); // } // // $query = $this->db->get_where('catalog', array('id' => $slug)); // return $query->row_array(); // }
// $query = $this->db->order_by('pos','DESC')->where('display','1')->get('catalog');
// return $query->result_array();
// }
//
// $query = $this->db->get_where('catalog', array('id' => $slug));
// return $query->row_array();
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question