mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Additional documentation.
This commit is contained in:
parent
1a51d58713
commit
56d2423bc3
1 changed files with 7 additions and 0 deletions
|
@ -22,6 +22,13 @@
|
|||
/**
|
||||
* Theme view class
|
||||
*
|
||||
* Allows the creation of multiple themes to be used in an app. Theme views are regular view files
|
||||
* that can provide unique HTML and static assets. If theme views are not found for the current view
|
||||
* the default app view files will be used. You can set `$this->theme` and `$this->view = 'Theme'`
|
||||
* in your Controller to use the ThemeView.
|
||||
*
|
||||
* Example of theme path with `$this->theme = 'super_hot';` Would be `app/views/themed/super_hot/posts`
|
||||
*
|
||||
* @package cake
|
||||
* @subpackage cake.cake.libs.view
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue