예제 #1
0
	public function index() {
		self::__checkPermission('facts_view');
		$this->display('facts/views/index', array(
			'facts' => Fact::findAll()
		));
	}//*/