This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
huiwu
/
serve
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
1dc810629c
Branches
Tags
dev-wugg
env-dbconfig
master
serve
/
app
/
admin
/
command
/
Crud
/
stubs
/
modelAttr
/
defaultEmptyStringMethod.stub
defaultEmptyStringMethod.stub
101 B
Historique
Raw
1
2
3
4
5
public function get{%field%}Attr($value, $row)
{
return !$value ? '' : $value;
}