Wiki

Articles tagged with "layouts", sorted by viewsX
Displaying 1-6 of 6 result(s).

Understanding the view rendering flow

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

Front-end developer's guide

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

pass variables or content block from view file to layout file

Created 6 months ago by yiqing95How-tos0 comments – viewed 5,176 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.

Creating HTML code using Jamboree Panels

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

How to Setting Layouts in Yii

Created 10 days ago by ruderbytesHow-tos1 comment – viewed 3,382 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,161 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.