PHP Classes

File: getting_started.php

Recommend this page to a friend!
  Classes of Muhammad Usman   PHP CRUD 360 Form Generator   getting_started.php   Download  
File: getting_started.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP CRUD 360 Form Generator
Generate forms for administration panels
Author: By
Last change:
Date: 6 years ago
Size: 470 bytes
 

Contents

Class file image Download
<?php include_once("crud360/inc/header.php");?>
<?php
include_once("crud360/includes/class.crud360.php"); ?>
<?php
include_once("crud360/inc/nav.php");?>
<div class="container">
<h4>Easy Setup!</h4>
<h5>Config Setup</h5>
<?php
    Crud360
::renderSource("install/sample.class.config.php");
?>

<h5>Code Setup</h5>
<?php
    Crud360
::renderSource("install/easy.php");
?>
<?php
include_once("crud360/inc/examples.php");?>
</div>
<?php include_once("crud360/inc/footer.php"); ?>