/Users/mgirouard/Sites/panda-php/trunk/Panda/View/JSON.php

Go to the documentation of this file.
00001 <?php 
00002 
00003 require_once 'Panda/View/Abstract.php';
00004 
00014 class Panda_View_JSON
00015 extends Panda_View_Abstract
00016 {
00022     public function render()
00023     {
00024         return $this->output(json_encode($this->data));
00025     }
00026 }

Generated on Thu Sep 4 01:56:50 2008 for Panda PHP Components by  doxygen 1.5.4