Jump to content

how to supress error for Object functions ??


lostnucleus

Recommended Posts

Suppressing error for functions work @fopen();

but what if I want to supress error for object functions. e.g

 

$myObj->fopen();

 

how ill i supress it from showing errors ??

 

In real life i want to supress


Strict Standards: Declaration of Form_ImageUpload::setAction() should be compatible with that of Zend_Form::setAction() in G:\Program Files (x86)\Zend\Apache2\htdocs\main\application\Forms\ImageUpload.php on line 3

 

Which is happening becose I have overided and class function with mine which accepts two parameters instead of one like in parent class.

 

Thanx in Advance as usual. :)

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.