Rev 64 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 64 | Rev 75 | ||
|---|---|---|---|
| Line 35... | Line 35... | ||
| 35 | {
|
35 | {
|
| 36 | /**
|
36 | /**
|
| 37 | * Relative path to the controllers directory
|
37 | * Relative path to the controllers directory
|
| 38 | * @var string
|
38 | * @var string
|
| 39 | */
|
39 | */
|
| 40 | protected $_controllerPath = 'application/controllers'; |
40 | protected $_controllerPath = 'controllers'; |
| 41 | 41 | ||
| 42 | /**
|
42 | /**
|
| 43 | * Default controller of the application
|
43 | * Default controller of the application
|
| 44 | * @var string
|
44 | * @var string
|
| 45 | */
|
45 | */
|