repo.or.cz
/
haanga.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
- Added more filters and custom tags
[haanga.git]
/
lib
/
filters
/
capfirst.php
blob
bfa49409ac4829fa87dee3997c14ddc43ea8159d
1
<
?php
2
3
class
Capfirst_Filter
4
{
5
public
$php_alias
=
"ucfirst"
;
6
}