Exemple #1
0
 public function executeAnalytical(sfWebRequest $request)
 {
     $this->career_student = CareerStudentPeer::retrieveByStudent($request->getParameter("id"));
     $this->analytical = AnalyticalBehaviourFactory::getInstance($this->career_student->getStudent());
     $this->analytical->process();
     $this->analytic = new Analytic();
 }