Пример #1
0
 /**
  * TODO
  */
 public static function init()
 {
     Load::asset('mailer', 'phpmailer.php');
     self::$_mail = null;
     self::$_mail = new PHPMailer();
 }
Пример #2
0
 /**
  * TODO Comments
  */
 public static function open($path)
 {
     Load::asset('media', 'phpthumb/ThumbLib.inc.php');
     self::$_thumb = PhpThumbFactory::create($path, array('resizeUp' => true));
 }