Login   Register  
PHP Classes
elePHPant
Icontem

File: asmvc/myapp/configs/autoload.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Alex B. Snet  >  ASf MVC  >  asmvc/myapp/configs/autoload.php  >  Download  
File: asmvc/myapp/configs/autoload.php
Role: Configuration script
Content type: text/plain
Description: Sample Autoload config file
Class: ASf MVC
MVC implementation framework
Author: By
Last change:
Date: 2008-12-01 17:12
Size: 557 bytes
 

Contents

Class file image Download
<?php
/***
 * Name:    AlexSnet's framework MVC
 * About:    An MVC application framework for PHP
 * Copyright:    (C) 2008, Sudo me.
 * Author:    Alex Snet, me [at] alexsnet [dot] ru
 * Site:    http://alexsnet.ru/
 ***/

// ------------------------------------------------------------------------

/**
 * autoload.php
 *
 * application auto-loaded plugin configuration
 *
 * @package        ASfMVC
 * @author        Alex Snet
 */


/* auto-loaded libraries */
$config['libraries'] = array();

/* auto-loaded scripts */
$config['scripts'] = array();


?>