Login   Register  
PHP Classes
elePHPant
Icontem

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

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2012-02-23 08:48
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.

?>