PHP Classes

File: app/config/libraries/defines.php

Recommend this page to a friend!
  Classes of Francesco Crisetti   PHP CDN   app/config/libraries/defines.php   Download  
File: app/config/libraries/defines.php
Role: Configuration script
Content type: text/plain
Description: Configuration script
Class: PHP CDN
Display images from a given directory using AJAX
Author: By
Last change:
Date: 7 years ago
Size: 229 bytes
 

Contents

Class file image Download
<?php
defined
('_EXEC') or die;

define('MODELS_PATH', APP_PATH . '/models/');
define('CONTROLLERS_PATH', APP_PATH . '/controllers/');
define('HELPERS_PATH', APP_PATH . '/helpers/');
define('VIEWS_PATH', APP_PATH . '/views/');

?>