create('Article'); ?> input('title', array('error' => array( 0 => 'Please specify a valid title', 1 => 'The title must have no more than 100 characters' ))); ?> input('body', array('error' => 'Please specify a valid body')); ?> end('Add Article'); ?>