Esempio n. 1
0
 public function act_help_popup()
 {
     $id = ltrim($_GET['id'], '0');
     $id = $_GET['id'];
     $help_array = Browse::gethelp($id);
     $this->help_array = $help_array[0];
 }