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
/
controllers
/
page_controller.php
blob
31720886da10342276840a5a1e67e6f1e20c2141
1
<
?php
2
3
class
PageController
extends
AkActionController
4
{
5
function
index
()
6
{
7
8
}
9
function
setup
()
10
{
11
12
}
13
}
14
15
16
?
>