示例#1
0
文件: PWECore.php 项目: undera/pwe
 public function addContent(SmartyWrapper $smarty, $tag = false)
 {
     $this->htmlContent[$tag] .= $smarty->fetchAll();
     PWELogger::debug("Content %s [%d]: %s...", $tag, strlen($this->htmlContent[$tag]), substr($this->htmlContent[$tag], 0, 64));
 }
示例#2
0
 /**
  * @todo Implement testFetchAll().
  */
 public function testFetchAll()
 {
     $this->object->setTemplateFile(__FILE__);
     $this->object->fetchAll();
 }