|
$id=$qreply['question_reply_id'];
$time=$qreply['question_reply_time'];
$con=$this->show_question->show_card_reply($id,$time);
这样出问题
A PHP Error was encountered
Severity: Notice
Message: Undefined index: card_id
这样
$data['card']=$this->show_question->show_card_reply('945278345','2014-12-28 10:33:52');
却没问题
|
|