Sunday, August 5, 2012

Easy Gallery

PHP Scripts - Easy Gallery - CodeCanyon

Easy Gallery his title this type of PHPScripts/ImagesandMedia This time I will review,made by betterphp, PHPScripts/ImagesandMedia is sold at a price of $8 in CodeCanyon. Easy Gallery - CodeCanyon Item for Sale class // easy // gallery // image // system //
Created 15 May 10
Last Update 25 June 12
Compatible Browsers IE6, IE7, IE8, Opera
Software Version PHP 5.x, jQuery
Files Included PHP
More Info...Easy Gallery ..

With this class you can easily create a gallery of images and thumbnails for your website. Key Features:

  • Easy to use set of functions
  • Gives you the ability to create a image gallery with 3 lines of code
  • Allows images to be sorted by name, date, or size ascending or descending
  • Well documented
  • Thumbnails automatically generated as needed
  • Can be integrated into any current page
  • No specific knowledge of PHP require
  • Light weight
Usage Example 1:
 <?php include('easy_gallery/inc.php'); $gallery = new gallery; $gallery->setimagedir('images'); $gallery->create(); ?> 
Usage Example 2:
 <?php include('easy_gallery/inc.php'); $gallery = new gallery; $gallery->setimagedir('images'); $images = $gallery->create(2); foreach ($images as $image){ echo '<a href="#" onclick="something(''.$image['full'].'');"><img src="'.$image['thumb'].'" /></a>'; } ?> 
Demo 1: http://jacekk.co.uk/code/easy_gallery/example1.php Shows the basic use of this system Demo 2: http://jacekk.co.uk/code/easy_gallery/example2.php Shows how the gallery could be integrated into an existing design. Documentation: http://jacekk.co.uk/code/easy_gallery/readme.html NOTE : you need the PHP GD module installed for thumbnail generation to work. Support If there are any problems with this item, the best place to ask is in the forum as I check that at least once a day. http://betterphp.co.uk/board/viewforum.php?f=29

Related produck This user:betterphp

Advanced Directory Indexing - CodeCanyon Item for Sale Session Management - CodeCanyon Item for Sale php.ini Compatibility - CodeCanyon Item for Sale Advanced Error Logging - CodeCanyon Item for Sale Data Export Helper - CodeCanyon Item for Sale Easy Webstats - CodeCanyon Item for Sale Secure File Upload Class - CodeCanyon Item for Sale

More items by betterphp

No comments:

Post a Comment