PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of Mauricio Cunha   PHP Create Price Range   example.php   Download  
File: example.php
Role: Example script
Content type: text/plain
Description: Example
Class: PHP Create Price Range
Create dynamic price ranges according to groups
Author: By
Last change:
Date: 6 years ago
Size: 213 bytes
 

Contents

Class file image Download
<?php
    $array
= array(10, 50, 50, 520, 140, 551, 199, 601, 601, 650, 681, 350, 250, 851, 871, 871, 900, 990, 999, 1001, 1130, 1149, 351, 1300, 4460);
   
$t = new PriceRange($array);
    echo
$t->show();
?>