Hi
I’m making an EE2 module and want to use CodeIgniter’s view files rather than template tags. So far so good, but I can’t figure out how to suppress PHP Notice errors in CodeIgniter 2.
The error control has changed and putting
error_reporting( E_ALL & ~E_NOTICE);in index.php (which is what I do for CI v1) doesn’t seem to do anything.
driving me insane.
thanks
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.