PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of carlos carvalho   COC Framework   index.php   Download  
File: index.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: COC Framework
Web application development MVC framework
Author: By
Last change:
Date: 6 years ago
Size: 238 bytes
 

Contents

Class file image Download
<?php
define
('DS', DIRECTORY_SEPARATOR);
define('ROOT', realpath(dirname(__FILE__)).DS);
define('CORE',ROOT.'core'.DS);
define('APP_CONTROLLERS',ROOT.'controllers'.DS);
define('APP_VIEWS',ROOT.'views'.DS);
require_once
CORE.'mvc.php';