PHP Classes

File: template/help/content/flow.php

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

Contents

Class file image Download
<?php
/*
AMP Frame ver 1.0.0
Help Template
template/help/content/flow.php
Flow Help Content
*/
if( !defined('AFALLOW') ){
    die(
'direct access not allowed');
}
?>
<div class="jumbotron">
                <div class="row">
                    <div class="col"><h4 class="text-center">Request Flow</h4></div>
                </div><!-- row -->
                <div class="row">
                    <div class="col">
                        <p>This section will track a request as it flows through the framework to deliver a response.</p>
                        <p>The user request will be for this help page on the Flow.</p>
                        <p>Follow the steps it takes in each menu option above from left to right.</p>
                    </div><!-- col -->
                </div><!-- row -->
            </div><!-- jumbotron -->