Login   Register  
PHP Classes
elePHPant
Icontem

File: z-process-all.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Herman Gómez  >  Process Images  >  z-process-all.php  >  Download  
File: z-process-all.php
Role: Example script
Content type: text/plain
Description: Example file
Class: Process Images
Resize and present images in gallery pages
Author: By
Last change:
Date: 2008-01-04 07:27
Size: 82 bytes
 

Contents

Class file image Download
<?php

    
require_once("z-process.php");
    
ProcessImages::process_images();

?>