PHP Classes

File: template/help/content/control.php

Recommend this page to a friend!
  Classes of Dave Smith   Amp Frame   template/help/content/control.php   Download  
File: template/help/content/control.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: 832 bytes
 

Contents

Class file image Download
<?php
/*
AMP Frame ver 1.0.0
Help Template
template/help/content/control.php
Controller Help Content
*/
if( !defined('AFALLOW') ){
    die(
'direct access not allowed');
}
?>
<div class="jumbotron">
                <div class="row">
                    <div class="col"><h4 class="text-center">Controller</h4></div>
                </div><!-- row -->
                <div class="row">
                    <div class="col">
                        <p>The controller instructs the model on the specific information the view will need to deliver or task to be performed.</p>
                        <p>Every request will have a controller to manage it. This is where the work gets done.</p>
                    </div><!-- col -->
                </div><!-- row -->
            </div><!-- jumbotron -->