This website works better with JavaScript
Home
Explore
Help
Register
Sign In
huiwu
/
serve
Watch
2
Star
0
Fork
0
Files
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
History
Raw
1
2
3
4
5
public function get{%field%}Attr($value, $row)
{
return !$value ? '' : $value;
}