Wiki

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

Special $variables in CGridView and CListView

Created about a year ago by Steve FriedlTips8 comments – viewed 22,016 times – ( +18 / -1 )
The popular CListView and CGridView widgets each take a data provider and iterate over each data object produced, calling the user's code to render each row one at a time, and most are familiar with the use of the $data variable to represent the current model object or array.

Rendering a view file in a console application

Created about a year ago by TompiHow-tos1 comment – viewed 4,386 times – ( +2 )
When someone want to send formatted HTML mails from a console application she/he will probably come across the problem of rendering view files.