PHP Classes

File: app/View/templates/index.html.php

Recommend this page to a friend!
  Classes of Slawomir Kaleta   Dframe Demo   app/View/templates/index.html.php   Download  
File: app/View/templates/index.html.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Dframe Demo
Application to demonstrate the Dframe framework
Author: By
Last change: Update of app/View/templates/index.html.php
Date: 3 years ago
Size: 903 bytes
 

Contents

Class file image Download
{include file="header.html.php"}
<div class="container">

    <h1 class="font-header">Great Job! - You did it!</h1>
    <p class="lead">This page you can edit in
        <small> View/templates/index.html.php</small>
    </p>

    <h3 class="font-header">First Step</h3>
    <p class="lead font-slim">Edit your config.php file in folder web/ </p>
    <p class="lead font-slim"> Set up your HTTP_HOST path for developer.</p>
    <p class="lead font-slim"> Default is <code>define('HTTP_HOST', $_SERVER['HTTP_HOST'].'/Dframe-demo');</code> Change
        <b>/Dframe-demo</b> to
        your folder.</p>

    <br>

    <h4>Links</h4>
    Documentation <a href="http://dframeframework.com" target="_blank">https://dframeframework.com</a><br>
    Github <a href="https://github.com/dframe/dframe" target="_blank">https://github.com/dframe/dframe</a>
</div> <!-- /container -->
{include file="footer.html.php"}