set_time_limit, when called from a script has effect only on the 
execution of that script/portion of code. You could call it anywhere in 
your app though IMHO set_time_limit(0) reeks bad design.

Liebermann, Anja Carolin wrote:
> Hi everybody!
>
> Is there a possibility to set the time limit for a script in CakePHP?
>
> With a normal PHP script which has a big execution time I set it to 
>       set_time_limit(0);
> to avoid error messages.
>
> Can I do the same with Cake without changing the seetings for the whole
> server? If yes where and how?
>
> Thank you in advance!
>
> Anja
>
> >
>
>   


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to