コード例 #1
0
<?php

$this->renderFeedbackMessages();
$section_id = $_GET['section_id'];
?>

<div class="container">
	<center><strong>Section number <?php 
echo $section_id;
?>
</center></strong>
	<p><?php 
echo AllModel::getSectionText($section_id);
?>
</p>
</div>