PHP Classes

File: sys/constants.php

Recommend this page to a friend!
  Classes of Nemeth Zoltan   RS framework   sys/constants.php   Download  
File: sys/constants.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: RS framework
Web application development framework
Author: By
Last change: Update of sys/constants.php
Date: 1 year ago
Size: 289 bytes
 

Contents

Class file image Download
<?php
/**
 * Development and system constants
 */
define("RS_DEVELOPMENT", 1);
define("DS", "/");
define("VERSION", 1);
define("RS_DEBUG", 1);

/** Core constants */
define("RS_CACHE_KEY", "_CACHE");
define("RS_HOME", "home");

/**
 * Database Constants
 */
define("TBL_USERS", "users");