示例#1
0
 public static function get_root_section()
 {
     if (self::$_root_section === NULL) {
         self::$_root_section = new Model_Navigation_Section(array('name' => 'root'));
     }
     return self::$_root_section;
 }