Example #1
0
 function update_project_progress()
 {
     $project = new Project($this->project_id);
     $project->update_progress();
 }