test

Php code posted
created at 05 Jan 18:48

Edit | Back
1
2
3
4
5
6
7
public function testAction($data = null) {
  if ($data) {
    //do something here
  } else {
    //bad stuff happens
  }
}
121 Bytes in 3 ms with coderay