PHP Classes

File: asmvc/myapp/configs/autoload.php

Recommend this page to a friend!
  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: 15 years ago
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();


?>