コード例 #1
0
ファイル: PostsProcessor.php プロジェクト: ilivanoff/www
 protected function __construct()
 {
     parent::__construct();
     $this->POSTS = new PostsDataLoader($this);
     $this->POST_FOLDING = new PostFoldedResources($this);
 }
コード例 #2
0
 protected function discusionSettings()
 {
     return new DiscussionSettings('post', $this->CP->getPostType(), $this->CP->dbBean()->getCommentsTable(), 'id_comment', 'Comment', 'id_post');
 }