PHP Classes

File: bites/bites/config.php

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

Contents

Class file image Download
<?php

$script
= array('managePlugins' => array('bites.js'));
$gjs = array('all' => array('"jqueryui","1"'));
$style = array();
$install = array(
   
'desc' => 'Bites are plugins for Nibble, &ldquo;Bites&rdquo; is the default module for Nibble that provides a means of enabling other Bites.',
   
'table' => 'bites',
   
'type' => 2
);
$dependencies = array('none');

$navigation = array(
   
'admin' => array(
       
'home' => '/admin',
       
'manage Bites (Nibble plugins)' => '/admin/bites/manage-plugins'
   
),
   
'frontend' => array(
     
'home' => '/'
   
)
);