function init($key, $app, $replace, $tmpl = false) { self::$key = $key; self::$buffer[$key] = array('app' => $app, 'replace' => $replace, 'tmpl' => $tmpl, 'data' => ''); }