コード例 #1
0
ファイル: class.Layout.php プロジェクト: jrgp/pastebin
 public function __construct()
 {
     self::$instance = $this;
     $this->_sql = MySQL::singleton();
     foreach (pasteMan::getTypes(true) as $type) {
         $this->types[$type[0]] = $type[1];
     }
 }
コード例 #2
0
ファイル: act.home.php プロジェクト: jrgp/pastebin
<?php

defined('in_bn6') or exit;
$paste = new pasteMan();
$paste->showForm();
コード例 #3
0
ファイル: act.view.php プロジェクト: jrgp/pastebin
<?php

defined('in_bn6') or exit;
$paste = new pasteMan();
$paste->showPaste();