flashMessage->output(); ?> form->create(); ?> form->field('username'); ?> form->field('password', array('type' => 'password')); ?> form->field('remember', array('type' => 'checkbox')); ?> form->submit('Login!'); ?> form->end(); ?>