You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
367 B
10 lines
367 B
9 years ago
|
<?php
|
||
|
return array(
|
||
|
'tree' => array(
|
||
|
array('id' => '1','lft' => '1','rgt' => '2','depth' => '0','slug' => 'r'),
|
||
|
),
|
||
|
'multiple_tree' => array(
|
||
|
array('id' => '1','tree' => '1','lft' => '1','rgt' => '2','depth' => '0','slug' => 'r1'),
|
||
|
array('id' => '2','tree' => '100','lft' => '1','rgt' => '2','depth' => '0','slug' => 'r2'),
|
||
|
)
|
||
|
);
|