PHP Classes

File: z-process-only-images.php

Recommend this page to a friend!
  Classes of Herman Gómez   Process Images   z-process-only-images.php   Download  
File: z-process-only-images.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: 16 years ago
Size: 79 bytes
 

Contents

Class file image Download
<?php

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

?>