PHP Classes

File: modules/index/views/main.phtml

Recommend this page to a friend!
  Classes of lattuada   Another simple MVC   modules/index/views/main.phtml   Download  
File: modules/index/views/main.phtml
Role: Example script
Content type: text/plain
Description: exemple view script
Class: Another simple MVC
Model view controller framework implementation
Author: By
Last change:
Date: 14 years ago
Size: 145 bytes
 

Contents

Class file image Download
<ul>
<?php foreach($this->employees as $employee): ?>
<li><?php echo $employee['name'] . ':' . $employee['age'] ?></li>
<?php endforeach ?>
</ul>