charset('test'); ?> css('style','stylesheet',array('class'=>'oi','style'=>'text-align: right')); ?> image('http://manual.cakephp.org/css/images/logo-mini.gif', array('class'=>'image old', 'border'=>'0')) ?> link('title & shit','http://www.example.com',array('align'=>'right', 'style'=>'styled'), 'confirmation message', true); ?> link( $html->image( 'http://manual.cakephp.org/css/images/logo-mini.gif', array('class'=>'image old', 'border'=>'0')), 'http://www.example.com', null, false, false ); ?> radio('Model/field', array('value1' => 'option1', 'value2' => 'option2'), '
', array('class'=>'radioclass')); ?>