PHP Classes

File: web/index.php

Recommend this page to a friend!
  Classes of Luke Rotherfield   Nibble PHP Framework   web/index.php   Download  
File: web/index.php
Role: Application script
Content type: text/plain
Description: Frontend initialise script
Class: Nibble PHP Framework
Web application framework based in plug-ins
Author: By
Last change:
Date: 12 years ago
Size: 211 bytes
 

Contents

Class file image Download
<?php

/*
 * Define application
 */
define('APP', 'frontend');
include
dirname(dirname(__FILE__)) . '/lib/config/config.php';
if (
DBUSER == '')
  require
ROOT . '/lib/config/setup.php';
else
  new
Initialise();