The Cookbook»1.2 Collection»The Manual»Developing with CakePHP»Configuration»The Configuration Class»Configuration Constants
{45} - 3.4.3.3 Configuration Constants
{367} - 3.4.3.3 Configuration Constants
While most configuration options are handled by Configure, there are a few constants that CakePHP uses during runtime.
| Constant | Description |
|---|---|
| LOG_ERROR | Error constant. Used for differentiating error logging and debugging. Currently PHP supports LOG_DEBUG. |
Differences
| Lines: 1-2 | Lines: 1-22 | ||
| <title>Configuration Constants</title> | <title>Configuration Constants</title> | ||
| - | + | <p> While most configuration options are handled by Configure, there are a few constants that CakePHP uses during runtime. </p> <table> <tr> <th> Constant </th> <th> Description </th> </tr> <tr> <td> LOG_ERROR </td> <td> Error constant. Used for differentiating error logging and debugging. Currently PHP supports LOG_DEBUG. </td> </tr> </table> | |
