$rows = call_user_func_array(array(&$this, 'find'), $this->_get($id));和 $this->find($this->_get($id)) 有什么区别啊