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
/
concert.php
blob
f4eb862f45f6897b5823b34a0e6fa60d591f0c8c
1
<
?php
2
3
Ak
::
import
(
'Event'
);
4
5
class
Concert
extends
Event
6
{
7
8
}
9
10
?
>