_init('bmbleb/sync'); } public function getParsedDetails() { if ($this->getDetails() != ''){ return Zend_Json::decode($this->getDetails()); } return array(); } public function setParsedDetails($dataArray = array()) { $this->setDetails(Zend_Json::encode($dataArray)); } }