Exemple #1
0
 public function renderContent()
 {
     print Genghis_Json::encode($this->data);
 }
Exemple #2
0
 protected function encodeJson($value, $gfj = true)
 {
     if ($gfj) {
         return Genghis_Json::encode($value);
     } else {
         return json_encode($value);
     }
 }