paths.php File Reference

Go to the source code of this file.


Namespaces

namespace  cake

Enumerations

enum  BEHAVIORS
enum  CACHE
enum  CAKE
enum  CAKE_TESTS_LIB
enum  COMPONENT_TESTS
enum  COMPONENTS
enum  CONSOLE_LIBS
enum  CONTROLLER_TESTS
enum  CONTROLLERS
enum  CSS
enum  ELEMENTS
enum  HELPER_TESTS
enum  HELPERS
enum  IMAGES
enum  INFLECTIONS
enum  JS
enum  LAYOUTS
enum  LIB_TESTS
enum  LIBS
enum  LOGS
enum  MODEL_TESTS
enum  MODELS
enum  PEAR
enum  VIEWS

Enumeration Type Documentation

enum BEHAVIORS

Path to model behaviors directory.

Definition at line 58 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 165 of file paths.php.

enum CAKE

Path to the cake directory.

Definition at line 44 of file paths.php.

Path to the test suite.

Definition at line 130 of file paths.php.

Path to the components test directory.

Definition at line 139 of file paths.php.

enum COMPONENTS

Path to the application's components directory.

Definition at line 66 of file paths.php.

Path to the console libs direcotry.

Definition at line 114 of file paths.php.

Path to the controller test directory.

Definition at line 135 of file paths.php.

Path to the application's controllers directory.

Definition at line 62 of file paths.php.

enum CSS

Path to the public CSS directory.

Definition at line 102 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 84 of file paths.php.

Path to the helpers test directory.

Definition at line 143 of file paths.php.

enum HELPERS

Path to the application's helpers directory.

Definition at line 74 of file paths.php.

enum IMAGES

Path to the public images directory.

Definition at line 110 of file paths.php.

Path to the libs directory.

Definition at line 94 of file paths.php.

enum JS

Path to the public JavaScript directory.

Definition at line 106 of file paths.php.

enum LAYOUTS

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

Definition at line 78 of file paths.php.

enum LIB_TESTS

Path to the lib test directory.

Definition at line 151 of file paths.php.

enum LIBS

Path to the libs directory.

Definition at line 98 of file paths.php.

enum LOGS

Path to the logs directory.

Definition at line 161 of file paths.php.

Path to the models' test directory.

Definition at line 147 of file paths.php.

enum MODELS

Path to the application's models directory.

Definition at line 54 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 177 of file paths.php.

enum VIEWS

Path to the application's views directory.

Definition at line 70 of file paths.php.