remove __call function

This commit is contained in:
wlx 2011-09-25 09:21:30 +00:00
parent d5ff07a008
commit 8a1b473f34
1 changed files with 0 additions and 7 deletions

View File

@ -2,13 +2,6 @@
class DataController extends Zend_Controller_Action
{
private $limit=10;
function __call($id, $arguments)
{
Zend_Debug::dump($arguments,'argu');
Zend_Debug::dump($id,'id');
$this->_helper->viewRenderer->setNoRender();
$this->_helper->layout->disableLayout();
}
function preDispatch()
{