Example #1
0
File: ReadRu.php Project: Moro3/duc
 protected function beforeInit()
 {
     $this->default['cols']['null'] = '';
     $this->output = output::getInstance();
     $this->reserved_col_names = array_merge($this->reserved_col_names, array('section', 'act', 'module', 'oper'));
 }