示例#1
0
	protected function __construct()
	{
		parent::__construct();
		$this->enableComments = CoOrg::config()->get('blog/enableComments');
		$this->enableCommentsFor = CoOrg::config()->get('blog/enableCommentsFor');
		$this->moderationEmail = CoOrg::config()->get('blog/moderation-email');
		$this->moderationTime = Coorg::config()->get('blog/moderation-time');
	}