This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
huiwu
/
serve
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
1dc810629c
Ramas
Etiquetas
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;
}