コード例 #1
0
ファイル: ideabox.class.php プロジェクト: geldarr/hack-space
 function cleanDBonPurge()
 {
     $temp = new PluginIdeaboxComment();
     $temp->deleteByCriteria(array('plugin_ideabox_ideaboxes_id' => $this->fields['id']));
 }