This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
huiwu
/
serve
Observar
2
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
1dc810629c
Branches
Tags
dev-wugg
env-dbconfig
master
serve
/
app
/
admin
/
command
/
Crud
/
stubs
/
modelAttr
/
defaultEmptyStringMethod.stub
defaultEmptyStringMethod.stub
101 B
Histórico
Raw
1
2
3
4
5
public function get{%field%}Attr($value, $row)
{
return !$value ? '' : $value;
}