Example #1
0
 public static function INCREMENT($node, $sub_node = NULL)
 {
     $table = new self();
     return $table->incrementIndex($node, $sub_node);
 }