32 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 35 <table cellspacing="0"> 70 parent::__construct($model);
80 $this->model = (object) $model;
90 public function get() {
91 $node = $this->
render(
'element', FALSE);
92 $content = chr(10) . html_entity_decode($node->saveXML($node->firstChild), ENT_QUOTES,
'UTF-8') . chr(10);
static makeInstance($className)