Commit 63fe23c7 authored by runa's avatar runa

added missing ;

parent 7324938c
<?php <?php
$options = array('has_many_roots' => true, // enable many roots $options = array('has_many_roots' => true, // enable many roots
'root_column_name' => 'root_id') // set root column name, defaults to 'root_id' 'root_column_name' => 'root_id'); // set root column name, defaults to 'root_id'
// To create new root nodes, if you have manually set the root_id, then it will be used // To create new root nodes, if you have manually set the root_id, then it will be used
// otherwise it will automatically use the next available root id // otherwise it will automatically use the next available root id
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment