Ejemplo n.º 1
0
 function show()
 {
     $services = new services();
     $listServices = $services->show();
     $this->render('show', array('listServices' => $listServices));
 }