PHP Classes

File: app/config.php

Recommend this page to a friend!
  Classes of akeel   F3A   app/config.php   Download  
File: app/config.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: F3A
PHP Web development framework like Laravel lite
Author: By
Last change:
Date: 2 years ago
Size: 279 bytes
 

Contents

Class file image Download
<?php

define
('DS', DIRECTORY_SEPARATOR); // Directory separotor

define('ROOT_DIR' , getcwd().DS); // root directory

define('APP_DIR' , ROOT_DIR.'app'.DS); // app directory

/**
 * Include some more spice
 */
require APP_DIR.'Config/fun.php';

require
APP_DIR.'Config/var.php';