コード例 #1
0
ファイル: Category.php プロジェクト: saiber/www
 /**
  * Reindex the category tree
  */
 public static function reindex()
 {
     parent::reindex(__CLASS__);
 }
コード例 #2
0
 public function reindex()
 {
     ActiveTreeNode::reindex("Category");
 }