paths.php File Reference

Go to the source code of this file.


Namespaces

namespace  cake

Enumerations

enum  APP
enum  CACHE
enum  CAKE
enum  COMPONENT_TESTS
enum  COMPONENTS
enum  CONFIGS
enum  CONTROLLER_TESTS
enum  CONTROLLERS
enum  CSS
enum  ELEMENTS
enum  HELPER_TESTS
enum  HELPERS
enum  INFLECTIONS
enum  JS
enum  LAYOUTS
enum  LIB_TESTS
enum  LIBS
enum  LOGS
enum  MODEL_TESTS
enum  MODELS
enum  PEAR
enum  SCRIPTS
enum  TESTS
enum  TMP
enum  VENDORS
enum  VIEWS

Variables

 $s = null

Enumeration Type Documentation

enum APP

Path to the application's directory.

Definition at line 48 of file paths.php.

enum CACHE

Path to the cache files directory. It can be shared between hosts in a multi-server setup.

Definition at line 138 of file paths.php.

enum CAKE

Path to the application's directory.

Definition at line 44 of file paths.php.

Path to the components test directory.

Definition at line 114 of file paths.php.

enum COMPONENTS

Path to the application's controllers directory.

Definition at line 60 of file paths.php.

enum CONFIGS

Path to the configuration files directory.

Definition at line 82 of file paths.php.

Path to the controller test directory.

Definition at line 110 of file paths.php.

Path to the application's controllers directory.

Definition at line 56 of file paths.php.

enum CSS

Path to the public directory.

Definition at line 94 of file paths.php.

enum ELEMENTS

Path to the application's view's elements directory. It's supposed to hold pieces of PHP/HTML that are used on multiple pages and are not linked to a particular layout (like polls, footers and so on).

Definition at line 78 of file paths.php.

Path to the helpers test directory.

Definition at line 118 of file paths.php.

enum HELPERS

Path to the application's helpers directory.

Definition at line 68 of file paths.php.

Path to the libs directory.

Definition at line 86 of file paths.php.

enum JS

Path to the public directory.

Definition at line 98 of file paths.php.

enum LAYOUTS

Path to the application's view's layouts directory.

Definition at line 72 of file paths.php.

enum LIB_TESTS

Path to the lib test directory.

Definition at line 126 of file paths.php.

enum LIBS

Path to the libs directory.

Definition at line 90 of file paths.php.

enum LOGS

Path to the logs directory.

Definition at line 134 of file paths.php.

Path to the models' test directory.

Definition at line 122 of file paths.php.

enum MODELS

Path to the application's models directory.

Definition at line 52 of file paths.php.

enum PEAR

Path to the Pear directory The purporse is to make it easy porting Pear libs into Cake without setting the include_path PHP variable.

Definition at line 148 of file paths.php.

enum SCRIPTS

Path to the scripts direcotry.

Definition at line 102 of file paths.php.

enum TESTS

Path to the tests directory.

Definition at line 106 of file paths.php.

enum TMP

Path to the temporary files directory.

Definition at line 130 of file paths.php.

enum VENDORS

Path to the vendors directory.

Definition at line 142 of file paths.php.

enum VIEWS

Path to the application's views directory.

Definition at line 64 of file paths.php.


Variable Documentation

$s = null

Full url prefix

Definition at line 152 of file paths.php.