示例#1
0
 protected function __construct()
 {
     parent::__construct();
     $this->POSTS = new PostsDataLoader($this);
     $this->POST_FOLDING = new PostFoldedResources($this);
 }