Jeff PHP framework  0.99
Modular, extensible, OOP, MVC, lightweight php framework designed to ease the programmers in the development of web applications.
paths.php File Reference

Jeff system paths definition. More...

Go to the source code of this file.

Enumerations

enum  ABS_ADMIN
 absolute path to the ADMIN ROOT directory More...
enum  ABS_CACHE
 absolute path to the cache directory More...
enum  ABS_CORE
 absolute path to the core directory More...
enum  ABS_DB
 absolute path to the core db directory More...
enum  ABS_LIB
 absolute path to the lib directory More...
enum  ABS_MDL
 aboslute path to the modules directory More...
enum  ABS_MVC
 absolute path to the MVC directory, More...
enum  ABS_PHPLIB
 absolute path to the php libraries directory More...
enum  ABS_PLUGINS
 absolute path to the plugins directory More...
enum  ABS_TEMPLATE
 absolute path to the core template directory More...
enum  ABS_THEME
 absolute path to the core theme directory More...
enum  ABS_THEMES
 absolute path to the themes directory More...
enum  ABS_UPLOAD
 absolute path to the upload directory More...
enum  REL_CSS
 relative path to css directory More...
enum  REL_JSLIB
 relative path to javascript libraries More...
enum  REL_UPLOAD
 relative path to upload directory More...
enum  ROOT
 relative path to ROOT directory More...
enum  ROOT_ADMIN
 relative path to ADMIN ROOT dierctory More...

Detailed Description

Jeff system paths definition.

Author:
abidibo abidi.nosp@m.bo@g.nosp@m.mail..nosp@m.com
Version:
0.99
Date:
2011-2012

Definition in file paths.php.


Enumeration Type Documentation

enum ABS_ADMIN

absolute path to the ADMIN ROOT directory

Definition at line 15 of file paths.php.

enum ABS_CACHE

absolute path to the cache directory

Definition at line 25 of file paths.php.

enum ABS_CORE

absolute path to the core directory

Definition at line 30 of file paths.php.

enum ABS_DB

absolute path to the core db directory

Definition at line 62 of file paths.php.

enum ABS_LIB

absolute path to the lib directory

Definition at line 42 of file paths.php.

enum ABS_MDL

aboslute path to the modules directory

Definition at line 57 of file paths.php.

enum ABS_MVC

absolute path to the MVC directory,

Contains the primitive mvc classes

Definition at line 37 of file paths.php.

enum ABS_PHPLIB

absolute path to the php libraries directory

Definition at line 47 of file paths.php.

absolute path to the plugins directory

Definition at line 77 of file paths.php.

absolute path to the core template directory

Definition at line 72 of file paths.php.

enum ABS_THEME

absolute path to the core theme directory

Definition at line 67 of file paths.php.

enum ABS_THEMES

absolute path to the themes directory

Definition at line 52 of file paths.php.

enum ABS_UPLOAD

absolute path to the upload directory

Definition at line 20 of file paths.php.

enum REL_CSS

relative path to css directory

Definition at line 123 of file paths.php.

enum REL_JSLIB

relative path to javascript libraries

Definition at line 118 of file paths.php.

enum REL_UPLOAD

relative path to upload directory

Definition at line 128 of file paths.php.

enum ROOT

relative path to ROOT directory

Definition at line 108 of file paths.php.

enum ROOT_ADMIN

relative path to ADMIN ROOT dierctory

Definition at line 113 of file paths.php.