<?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 -->
 
 
 |