remove __call function
This commit is contained in:
parent
d5ff07a008
commit
8a1b473f34
|
@ -2,13 +2,6 @@
|
||||||
class DataController extends Zend_Controller_Action
|
class DataController extends Zend_Controller_Action
|
||||||
{
|
{
|
||||||
private $limit=10;
|
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()
|
function preDispatch()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue