Login   Register  
PHP Classes
elePHPant
Icontem

File: sample.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Ben Yacoub Hatem  >  Image to PHP  >  sample.php  >  Download  
File: sample.php
Role: Example script
Content type: text/plain
Description: Sample usage of the class
Class: Image to PHP
Convert a directory of images into a PHP class
Author: By
Last change:
Date: 2004-04-05 01:21
Size: 105 bytes
 

Contents

Class file image Download
<?php

require_once("img2php.class.php");

$t = new img2php;
$t->generate("images/tabs/gonx");

?>