* array( * 'components'=>array( * ...... * 'viewRenderer'=>array( * 'class'=>'CPradoViewRenderer', * ), * ), * ) *
* // PHP tags: * <%= expression %> * // * <% statement %> * // * * // component tags: * * // beginWidget('WigetClass', * // array('name1'=>"value1", 'name2'=>'value2', 'name3'=>value3)); ?> * * // endWidget('WigetClass'); ?> * * // widget('WigetClass', * // array('name1'=>"value1", 'name2'=>'value2', 'name3'=>value3)); ?> * * // cache tags: * * // beginCache('fragmentID', * // array('name1'=>"value1", 'name2'=>'value2', 'name3'=>value3))): ?> * * // endCache('fragmentID'); endif; ?> * * // clip tags: * * // beginClip('clipID'); ?> * * // endClip('clipID'); ?> * * // comment tags: * * // the whole tag will be stripped off *