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
/
mixins
/
controllerEditorAddMethod.stub
controllerEditorAddMethod.stub
118 B
History
Raw
1
2
3
4
5
6
public function add()
{
$this->request->filter('trim,htmlspecialchars');
parent::add();
}