I use codeigniter and i have this error:
Maximum execution time of 3600 seconds.
I'd like to put in my code:
ini_set('max_execution_time', 0);
The question is, where should i put that code? in controllers or models?