예제 #1
0
 private function render()
 {
     $this->_breadcrumbs = HTML::backendBreadcrumbs($this->_breadcrumbs);
     $data = array();
     foreach ($this as $key => $value) {
         $data[$key] = $value;
     }
     echo View::tpl($data, $this->_template);
     echo System::global_massage();
 }