remove changelistAction

This commit is contained in:
wlx 2011-11-09 02:48:23 +00:00
parent 5c67768166
commit 67474ecf91
1 changed files with 0 additions and 30 deletions

View File

@ -15,36 +15,6 @@ class HeiheController extends DataController
$this->view->meatdata=$this->db->fetchAll($sql);
}
function changelistAction()
{
$this->_helper->layout->disableLayout();
$this->_helper->viewRenderer->setNoRender();
$rows = array();
$rows[]=array(
'uuid'=>'ca50f052-b409-48eb-a18b-1787e8d19062',
'src' =>'/images/water/forest.png',
'description' => '据其空间坐标系统主要包括了以下三个类型WGS84坐标系ALBERS坐标系高斯坐标系。其中WGS84',
'title' => 'xxxxxxxxxx'
);
$rows[]=array(
'uuid'=>'ca50f052-b409-48eb-a18b-1787e8d19062',
'src' =>'/images/water/water.jpg',
'description' => '据其空间坐标系统主要包括了以下三个类型WGS84坐标系ALBERS坐标系高斯坐标系。其中WGS84',
'title' => 'xxxxxxxxxx'
);
$rows[]=array(
'uuid'=>'ca50f052-b409-48eb-a18b-1787e8d19062',
'src' =>'/images/water/doppler.jpg',
'description' => '据其空间坐标系统主要包括了以下三个类型WGS84坐标系ALBERS坐标系高斯坐标系。其中WGS84',
'title' => 'xxxxxxxxxx'
);
echo Zend_Json::encode($rows);
exit();
}
/*
* 数据浏览
*/