Guest

Untitled

By: a guest on Jan 28th, 2012  |  syntax: PHP  |  size: 0.14 KB  |  hits: 37  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1.                         if($key == 0) {
  2.                                         if($query = $this->Site_model->get_images_except($id)) {
  3.                                                 $data['gallery_array'] = $query;
  4.                                         }
  5.                                 }