PHP Classes

File: Views/test/footer.php

Recommend this page to a friend!
  Classes of Shawn McAllister   MVC Like Modular Framework   Views/test/footer.php   Download  
File: Views/test/footer.php
Role: Example script
Content type: text/plain
Description: Test Footer
Class: MVC Like Modular Framework
Framework that implements the MVC design pattern
Author: By
Last change:
Date: 15 years ago
Size: 163 bytes
 

Contents

Class file image Download
<?php
if ($this->debug) {
?>
<br><br>View Debug:<br><?php $this->dbg($this); ?><br>
POST Debug:<br><?php $this->dbg($_POST); ?>
<?php
}
?>
</body>
</html>