PASTEBIN
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
PASTEBIN
create new paste
trending pastes
sign up
login
my settings
my profile
Public Pastes
Hitman Blood Money...
2 sec ago
labir
Delphi | 7 sec ago
Untitled
13 sec ago
FilePost Cuentas P...
1 min ago
Unlock Iphone 4 Ba...
23 sec ago
Untitled
C | 18 sec ago
Untitled
18 sec ago
Untitled
22 sec ago
Untitled
By: a guest on Jan 28th, 2012 | syntax:
PHP
| size: 0.14 KB | hits: 37 | expires: Never
download
|
raw
|
embed
|
report abuse
Copied
if
(
$key
==
0
)
{
if
(
$query
=
$this
->
Site_model
->
get_images_except
(
$id
)
)
{
$data
[
'gallery_array'
]
=
$query
;
}
}
create a
new version
of this paste
RAW Paste Data
if($key == 0) { if($query = $this->Site_model->get_images_except($id)) { $data['gallery_array'] = $query; } }