示例#1
0
 protected function _load_content()
 {
     if ($this->_original === NULL and $this->parent() and $this->parent()->loaded()) {
         parent::_load_content();
     }
 }