Login   Register  
PHP Classes
elePHPant
Icontem

File: Views/error/footer.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Shawn McAllister  >  MVC Like Modular Framework  >  Views/error/footer.php  >  Download  
File: Views/error/footer.php
Role: Example script
Content type: text/plain
Description: Error Footer
Class: MVC Like Modular Framework
Framework that implements the MVC design pattern
Author: By
Last change:
Date: 2008-11-12 07:32
Size: 155 bytes
 

Contents

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