Re: Fatal error: Maximum execution time of 60 seconds exceeded in

2011-06-21 Thread irving hou
try. set_time_limit(0); perhaps your code exists dead loop.. On Tue, Jun 21, 2011 at 4:15 PM, Richardus Ari P wrote: > can you help me. > give me solution > > -- > Our newest site for the community: CakePHP Video Tutorials > http://tv.cakephp.org > Check out the new CakePHP Questions s

Re: REST in cakePHP

2010-02-24 Thread irving hou
is eary. On Thu, Feb 25, 2010 at 2:26 AM, John Andersen wrote: > Ivan, > > You have already been told to look into the CakePHP book at: > http://book.cakephp.org/view/476/REST > > and a lot of other information from the thread in this group at: > > http://groups.google.com/group/cake-php/browse_t

how to get the data of put method?

2009-07-12 Thread irving hou
hello . now .I used the cakephp developing rest api . I must get the data about put method ,and delete method . only i can get the 'get' or 'post' method used $_REQUEST. I don't know how to do. who can help me ? thanks. --~--~-~--~~~---~--~~ You received