arg[0] == 'ls') { return $this->ls($r->arg[2], $r->arg[1]); } return ; } public function ls($pwd='', $opt='') { return 'page forum user'; } }