repo.or.cz
/
pimpmyv.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
href refix on firstpage
[pimpmyv.git]
/
site
/
controllers
/
TestController.php
blob
0346206eb9e9ca03211beb149191c64c7e9e220b
1
<
?php
2
3
class
TestController
extends
Zend_Controller_Action
{
4
5
public function
indexAction
() {
6
__
(
Href
::
apply
(
'/cars'
));
7
die
();
8
}
9
10
}
11
12
?
>