Код: Выделить всё
$query = $this->db->get_where('prepared_forms', array('topic' => $this->input- >post('prepared_topics')));
$new_form = $query->row_array();
Подробнее здесь: https://stackoverflow.com/questions/981 ... -get-where
Код: Выделить всё
$query = $this->db->get_where('prepared_forms', array('topic' => $this->input- >post('prepared_topics')));
$new_form = $query->row_array();