repo.or.cz
/
akelos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixing content type ordering when content_type is not defined.
[akelos.git]
/
test
/
fixtures
/
app
/
models
/
thumbnail.php
blob
df83c9940b270207a9e5a48c2c3de6105f015eed
1
<
?php
2
3
class
Thumbnail
extends
ActiveRecord
4
{
5
var
$belongsTo
=
array
(
6
'picture'
=>
array
(
'primary_key_name'
=>
'photo_id'
),
7
'panorama'
=>
array
(
'primary_key_name'
=>
'photo_id'
),
8
);
9
}
10
11
?
>