array( 'DB_USER_NAME' => 'petnomori', 'DB_USER_PASSWORD' => 'A3uWYf.aYne74u2b', 'DB_NAME' => 'petnomori', //'DB_CHAR_SET' => 'cp932', 'DB_CHAR_SET' => 'utf8', 'HOST' => array( 0 => 'localhost', //Mater_DB IP 1 => 'localhost' ) ) ); ?> obj = (object) array( 'errors' => array(), 'debugs' => array(), 'control' => (object) array('viewtype'=>'smarty','template'=>'error.html' , 'mobile' => false ), 'display' => (object) array() ); } public function getViewType() { return $this->obj->control->viewtype; } public function getTemplate() { return $this->obj->control->template; } public function setViewType($typw) { $this->obj->control->viewtype = $type; } public function setTemplate($templateName) { $this->obj->control->template = $templateName; } public function getMobile() { return $this->obj->control->mobile; } public function setMobile($bool = false ) { $this->obj->control->mobile = $bool; } public function getDisplayAll() { return $this->obj->display; } public function getDisplay($listName) { return $this->obj->display->{$listName}; } public function setDisplay($listName , $data) { $this->obj->display->{$listName} = $data; } public function getErrors() { return $this->obj->errors; } public function addErrors($errorStr) { if(!in_array($errorStr , $this->obj->errors ) ) { $this->obj->errors[] = $errorStr; } } public function clearErrors() { $this->obj->errors = array(); } public function getDebugs($key_name = '') { if(empty($key_name)) { return $this->obj->debugs; }else{ return $this->obj->debugs[$key_name]; } } public function addDebugs($key_name = '' , $Debug_Str) { if(count($Debug_Str)) { if(empty($key_name)) { $this->obj->debugs[] = $Debug_Str; }else{ $this->obj->debugs[$key_name] = $Debug_Str; } } } } ?> Fatal error: Uncaught exception 'Zend_Exception' with message 'File "Result.php" was loaded but class "Common_Result" was not found in the file' in /var/www/vhosts/petnomori.jp/library/ZendFramework/Zend/Loader.php:95 Stack trace: #0 /var/www/vhosts/petnomori.jp/httpdocs/ping.php(34): Zend_Loader::loadClass('Common_Result') #1 {main} thrown in /var/www/vhosts/petnomori.jp/library/ZendFramework/Zend/Loader.php on line 95