Ejemplo n.º 1
0
<?php

use Components\Classes\Email;
require_once 'includes/application_top.php';
include_once DIR_FS_EXTENSIONS . "PHPMailer/libphpmailer.php";
$m = new Email();
$m->setData(array('email' => '*****@*****.**', 'name' => 'test'), 'test', 'qq');
$res = $m->send();
obj_dump($res);
die;
Ejemplo n.º 2
0
 function fH()
 {
     $this->np++;
     $this->nq++;
     $this->nr++;
     $this->p++;
     $this->q++;
     $this->r++;
     $d = new D();
     $d->fC();
     $d->fD();
     $d->r++;
     obj_dump($d);
 }