$experience_point = new \Model_ExperiencePoint(array( 'experience_id' => $experience_id, 'user_id' => $this->user_id, 'point' => $point )); $experience_point->save(); $experience = \Model_Experience::find_by_id($experience_id);
It looks like you're new here. If you want to get involved, click one of these buttons!