PHP Classes

File: testapp/init.php

Recommend this page to a friend!
  Classes of Ar Gabid   Universal PHP Data Grid   testapp/init.php   Download  
File: testapp/init.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Universal PHP Data Grid
Display and process data to edit database records
Author: By
Last change: Update of testapp/init.php
Date: 4 years ago
Size: 156 bytes
 

Contents

Class file image Download
<?php
/**
 * @author GD Lab <dev.gdgrid@gmail.com>
 */

define('APP_START', microtime(true));

require
__DIR__ . '/../vendor/autoload.php';

DB::capsule();