示例#1
0
文件: plugin.php 项目: hamby/SEBLOD
 function postflight($type, $parent)
 {
     if ($this->core === true) {
         return;
     }
     CCK_Install::import($parent, 'install', $this->cck);
 }
示例#2
0
 function preflight($type, $parent)
 {
     $this->cck = CCK_Install::init($parent);
 }