Constants
PATH_BASE
- The base location at which your application resides
PATH_CORE
- The location of the Core52 framework (
PATH_BASE/core)
PATH_CORE_OBJECTS
- The location of the Core52 framework objects directory (
PATH_CORE/objects)
PATH_APP
- The location of your application (
PATH_BASE/app)
PATH_CONTROLLERS
- The location of your controllers directory (
PATH_APP/controllers)
PATH_OBJECTS
- The location of your objects directory (
PATH_APP/objects)
PATH_MODELS
- The location of your models directory (
PATH_APP/models)
PATH_STATIC
- The location of your static directory (
PATH_APP/static)
PATH_VIEWS
- The location of your views directory (
PATH_APP/views)
PATH_TEMP
- The location of your temporary directory (
PATH_APP/temp)
PATH_CACHE
- The location of your cache directory (
PATH_APP/cache)
PATH_UPLOADS
- The location of your uploads directory (
PATH_APP/uploads)
PATH_AUTH
- The location of your authentication file
PATH_VIEWS
- The location of your views directory (
PATH_APP/views)
DEV_MODE
- Indicates whether your top-level domain is .dev