$question_list = $this->collection->find(array(‘_id’=>$question_id));
collection has been defined as a collection,but the list is null,I’m sure the question_id is exist in the collection ,it is the _id
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I recently started to use numeric primary keys in my projects. It’s much easier to handle in combination with PHP / JS.