Wiki

Articles tagged with "layouts"X
Displaying 1-6 of 6 result(s).

How to Setting Layouts in Yii

Created 12 days ago by ruderbytesHow-tos1 comment – viewed 3,542 times – ( +2 / -3 )
usually someone confused to make layouts in yii.

Fixing extensions without modifying their code

Created 2 months ago by schmunkTips3 comments – viewed 2,176 times – ( +5 )
If you're working a lot with extensions you often stumble upon problems, when you want to include them into your custom web application, like hardcoded or absolute path aliases or classes extended from core application components, which implement addiditonal features.

Creating HTML code using Jamboree Panels

Created 4 months ago by bluyellTutorials0 comments – viewed 4,380 times – ( +2 )

pass variables or content block from view file to layout file

Created 6 months ago by yiqing95How-tos0 comments – viewed 5,201 times – ( +1 )
If you use yiic to generate webApplication there will be a layout folder under the protected/views/, and the Controller class under protected/components which will use by default these layouts files.

Front-end developer's guide

Created about a year ago by jonahTutorials5 comments – viewed 15,439 times – ( +10 )
This wiki is a work in progress.

Understanding the view rendering flow

Created about a year ago by dckurushinFAQs10 comments – viewed 68,111 times – ( +65 / -1 )
There is a lot of confusion surrounding what is happening behind the scenes when you render a view.