PHP Classes

File: postproc.php

Recommend this page to a friend!
  Classes of Dave Smith   Amp Frame   postproc.php   Download  
File: postproc.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Amp Frame
MVC framework for developing Web applications
Author: By
Last change:
Date: 5 years ago
Size: 289 bytes
 

Contents

Class file image Download
<?php
/*
AMP Frame ver 1.0.0
postproc.php
Post Process Scripting
*/
if( !defined('AFALLOW') ){
    die(
'direct access not allowed');
}

//load routing object for environment page
if( $afModel->afmPage->page == 'environ' ){
   
$afModel->afmPage->routing = $afmRouting;
}
?>