PHP Classes

File: PHP_toolbucket/SoftMoon/rainbow-maker/Rainbow-pluginShapes.php

Recommend this page to a friend!
  Classes of Joseph   Rainbow Maker   PHP_toolbucket/SoftMoon/rainbow-maker/Rainbow-pluginShapes.php   Download  
File: PHP_toolbucket/SoftMoon/rainbow-maker/Rainbow-pluginShapes.php
Role: Auxiliary script
Content type: text/plain
Description: [[replace the - with a ~]] loads plugins for the sculptor
Class: Rainbow Maker
Create transparent gradient images
Author: By
Last change: bug fix to allow support for PHP 5.2
Date: 12 years ago
Size: 257 bytes
 

Contents

Class file image Download
<?php

require_once 'include_modules.php'; // be sure to properly set_include_path()
include_modules('plug_in_Shapes', array("Rainbow~IrregularPolygons.php")); // “include” all the PHP files in the folder “plug_in_Shapes” and it’s subfolders.

?>