Пример #1
0
			<br />
			<br />

		<?php 
            //Platform record
        } else {
            $platform = new Platform(new NamedArguments(array('primaryKey' => $_GET['platformID'])));
            ?>

			<h3>Interface Notes</h3>

			<div id="div_interfaces">

			<?php 
            $platformNoteArray = array();
            $platformNoteArray = $platform->getPlatformNotes();
            $platformNote = new PlatformNote();
            if (count($platformNoteArray) > 0) {
                ?>

			<table class='verticalFormTable'>
			<tr>
			<th>Start Year</th>
			<th>End Year</th>
			<th>Counter<br />Compliant?</th>
			<th>Interface Notes</th>
			<th>&nbsp;</th>
			</tr>

			<?php 
                foreach ($platformNoteArray as $platformNote) {