Example #1
0
 function create_project()
 {
     $template = new Template();
     $result = $template->create_project();
     Response($result);
 }