Re: Fatal error: Maximum execution time of 30 seconds exceeded

2013-04-01 Thread Ganapathi Raman
Hi, very interesting..! .. I got the same error, when i am new to the PHP..I find that solution It's nothing...Configure your php.ini file...change maximum execution time 30 seconds to 1 seconds.no need to worry.. On Wed, Mar 27, 2013 at 8:07 PM, Elias Munshya wrote: > i agre

Re: New CMS for CakePHP

2013-03-17 Thread Ganapathi Raman
YesI can...:) On Sun, Mar 17, 2013 at 10:57 AM, Uziel Barbosa wrote: > Great! > Do you know Croogo? (http://croogo.org) > > > > On Sat, Mar 16, 2013 at 3:26 PM, Julien Itard wrote: > >> Hi ! >> I like the design of the admin panel >> >> -- >> Like Us on FaceBook https://www.facebook.com/Cake

Need a help for cakephp controller,

2013-03-11 Thread Ganapathi Raman
hi all i am a new to the cake php...can anyone help me for how to learn controller method's.please please, -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscrib

Re: how to get the array value in view

2013-03-11 Thread Ganapathi Raman
Hi, once again to check your foreach method On Mon, Mar 11, 2013 at 4:31 AM, Joseph zhu wrote: > Hi there: > It didn't show either, do you have more ideas about it? > Thank you. > Have a good weekend. > > On Sat, Mar 9, 2013 at 3:01 PM, lowpass wrote: > >> On Sat, Mar 9, 2013 at

Re: [SOLVED] Calling functions in other controllers

2013-02-27 Thread Ganapathi Raman
Hi Friends, I am new to the Cake-PHP...I don't know how to start and where to start...So,Please guide me.. Regards, Ganapathi Raman.p -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are su

Re: Problem with Model Association

2009-10-07 Thread Raman
Yes, it was newspost.php. On Oct 6, 9:10 pm, brian wrote: > That shouldn't be an issue. What was the file name? If it wasn't > news_post.php that would do it. > > > > On Tue, Oct 6, 2009 at 3:01 PM, Raman wrote: > > > Thanks brian, tried that, but

Re: Problem with Model Association

2009-10-06 Thread Raman
c. to just News and voila, it works! On Oct 6, 2:15 pm, brian wrote: > In Comment.php, add var $belongsTo = array('NewsPost'); > > > > On Tue, Oct 6, 2009 at 1:02 PM, Raman wrote: > > > Hello, > > > Im very new to CakePHP and have just started to learn Mo

Problem with Model Association

2009-10-06 Thread Raman
Hello, Im very new to CakePHP and have just started to learn Model Association. If I make any errors in the google group, please excuse me this is my first time on any google group. I have 2 databases: -news_posts -id -title -body -comments -id -body -newspost_id Here