'Default', App_ECommerce_Checkout_View::TYPE_CONFIRMATION => 'Confirmation', App_ECommerce_Checkout_View::TYPE_BILLING_SHIPPING_INFO => 'Billing/Shipping Information', ); $this->addElement('select', 'type', array('label' => 'Block Type', 'multiOptions' => $blockTypes)); return $this; } }