예제 #1
0
 protected function preprocess($t, $name, $data)
 {
     return parent::preprocess($t, $name, $data);
 }
예제 #2
0
파일: Documents.php 프로젝트: techart/tao
 protected function preprocess($t, $name, $data)
 {
     $t->with(array('doc_fields' => $this->get_doc_fields($name, $data), 'list_fields' => $this->get_list_fields($name, $data)));
     return parent::preprocess($t, $name, $data);
 }