Instant Photo Gallery CRUD

Image CRUD is an automatic multiple image uploader for Codeigniter, using the same philoshopy as grocery CRUD library. Just some simple lines of code and you have all the functionality that you need.

View project at github Download Version 0.8 »

Image CRUD is a time saver, take a look at what you can get with a few lines of code

 
$c = new image_CRUD();
 
$c->set_table('photos');
 
$c->set_url_field('url');
$c->set_title_field('title');
$c->set_ordering_field('order');
$c->set_image_path('uploads');
 
$output = $c->render();
 

About

Image CRUD is a really easy to install photo gallery CRUD. In just 5 minutes you can have a full and stable Image Gallery with basic features. You can learn more about Image CRUD by clicking the below button

View Features »

Documentation

Everything you are looking for is here. You can have a look of the one-page full documentation with the explanation of all the methods that a user can use with at least one example per method.

View Full Documentation »