|
|
return call_user_func_array(array($this->_cachedEntity, $name), $parameters);
|
|
return call_user_func_array(array($this->_cachedEntity, $name), $parameters);
|
|
|
if ( ($rs = $this->load($id)) && isset($rs[0], $rs[1]) ) {
|
|
if ( ($rs = $this->load($id)) && isset($rs[0], $rs[1]) ) {
|