Re: [fw-general] Check to see if a request parameter was set

2009-06-10 Thread Jonathon Wallen
On 11/06/2009, at 12:02 AM, 411161 wrote: This statement: isset ($this->_getParam('adjType')); produces the following error: Fatal error: Can't use method return value in write context in /usr/local/apache2-development/htdocs/ARMS/application/modules/ default/controllers/IndexController.php

Re: [fw-general] Check to see if a request parameter was set

2009-06-10 Thread Jurian Sluiman
Op Wednesday 10 June 2009 16:02:36 schreef 411161: > This statement: > isset ($this->_getParam('adjType')); > > produces the following error: > > Fatal error: Can't use method return value in write context in > /usr/local/apache2-development/htdocs/ARMS/application/modules/default/cont >rollers/Ind

[fw-general] Check to see if a request parameter was set

2009-06-10 Thread 411161
This statement: isset ($this->_getParam('adjType')); produces the following error: Fatal error: Can't use method return value in write context in /usr/local/apache2-development/htdocs/ARMS/application/modules/default/controllers/IndexController.php on line 136 What are my alternatives? -- Vie