Ejemplo n.º 1
0
 function wlcpersonal($mes = null)
 {
     if (!$this->_checkfecha($mes)) {
         show_error('Parametro inválido');
     }
     $this->_telefono('personal');
     personal::wlc($mes);
 }