Skip to content

Example Zend Framework application which breaks down a Sterling monetary value in to coins.

Notifications You must be signed in to change notification settings

jontybale/GotChange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GotChange

An example Zend Framework application.

This is a simple application that given a number of pennies will calculate the minimum number of Sterling coins needed to make that amount.

Eg. 123p = 1 x £1, 1 x 20p, 1 x 2p, 1 x 1p

PEAR Requirements

This application requires PHP 5.3 and the following PEAR packages:

  • Zend Framework
    pear channel-discover zend.googlecode.com/svn
    pear install --alldeps zend/zend
  • PHPUnit
    pear channel-discover pear.phpunit.de
    pear install --alldeps phpunit/PHPUnit

The front end (including JavaScript/Jquery/CSS) is not implemented as I would like.

About

Example Zend Framework application which breaks down a Sterling monetary value in to coins.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages