コード例 #1
0
ファイル: WaxTreeModel.php プロジェクト: phpwax/waxmodel
 public function syncdb()
 {
     if (get_class($this) == "WaxTreeModel") {
         return;
     }
     parent::syncdb();
 }