$q_id ): $q['epl_form_id'] = $index; //find the list of questions $values[$index]['form_field_list'] = $this->epl->load_view( 'admin/forms/field-list-inside-form', array('values'=>$values[$index]['epl_form_fields']), true ); $d = json_encode( $values[$index] ); //json encoded data that will be used client side for edit purposes ?>