Skip to content

Example of integrating the LwcMultipleChoice module inside a zend framework application

License

Notifications You must be signed in to change notification settings

WebconsultsEU/LwcMultipleChoiceWeb

Repository files navigation

LwcMultipleChoice based on ZendSkeletonApplication

Introduction

This is a simple Multiple Choice test based on ZF2 Doctrine2 DoctrineORMModule

Installation

Using Composer (recommended)

Clone the repository and manually invoke composer using the shipped composer.phar:

cd my/project/dir
git clone git://github.com/*this git url*
cd LwcMultipleChoice
php composer.phar self-update
php composer.phar install

(The self-update directive is to ensure you have an up-to-date composer.phar available.)

configure database directive in /config files and deploy the sql files in /db folder

Notice

This is a demo application some parts are not optimized for productive used yet, most of these parts are commented

About

Example of integrating the LwcMultipleChoice module inside a zend framework application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages