コード例 #1
0
ファイル: DocumentsGrid.php プロジェクト: techart/tao
 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);
 }