add new class

This commit is contained in:
wlx 2014-03-21 02:16:27 +00:00
parent 54d6aa8f28
commit 45ed720fe3
1 changed files with 1 additions and 0 deletions

View File

@ -175,6 +175,7 @@ class ISO19115
//删除所有未用到的responsible数据 //删除所有未用到的responsible数据
$sql="delete from responsible where id not in (select distinct(resid) from role)"; $sql="delete from responsible where id not in (select distinct(resid) from role)";
$db->query($sql); $db->query($sql);
$this->view=new \stdClass;
$this->view->config = Zend_Registry::get('config'); $this->view->config = Zend_Registry::get('config');
//if (!empty($this->doi)) $row->doi=$this->doi; //if (!empty($this->doi)) $row->doi=$this->doi;