Skip to content

kander-zz/zend-multipage-forms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zend-multipage-forms

This idea behind this project is to provide you with a simple set of base classes for using multi-page forms in the Zend Framework (ZF).

It features support for complex multi-page forms, built-in breadcrumb navigation and a final verification step based on a CAPTCHA field.

The original idea was published here: http://www.kerstner.at/2012/01/implementing-multi-page-forms-using-the-zend-framework/

Requirements

This is a standard Zend Framework project. There is nothing fancy about the setup so you should be good with the standard LAMP stack, although PHP 5.3+ is required.

Setting Up Your VHOST

The following is a sample VHOST you might want to consider for your project.

<VirtualHost *:80> DocumentRoot "./zend-multipage-forms/public" ServerName test.local

This should be omitted in the production environment

SetEnv APPLICATION_ENV development

<Directory "./zend-multipage-forms/public"> Options Indexes MultiViews FollowSymLinks AllowOverride All Order allow,deny Allow from all

`

Demo

Once setup you can start the demo setup by navigating to the register controller, e.g. http://test.local/register/

About

zend-multipage-forms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 100.0%