Esempio n. 1
0
 function index()
 {
     $xing = new XingModel();
     $projects = $xing->get_projects();
     include view_file();
 }