Re: 'Site under maintenance' option

2014-02-20 Thread web developer
You can look into https://github.com/awebdeveloper/cakephp-maintenance-mode On Tuesday, 6 September 2011 01:15:20 UTC+5:30, Xoubaman wrote: > > I'm trying to implement a system to disable the site temporaly for > maintenance purposes or whatever. If the site is disabled, only logged > users can

Getting data from level 2

2011-04-19 Thread web developer
Look at this Task(id,name,user_id) belongsTo User(id,name,country_id) which belongsTo Country(id,name) Now in Task Controller i want all the tasks with their user(id,name) and users countries(name) How can i achieve without recursive 2 or without firing more than 2 queries. Hope the above

Re: CakePHP 1.3.8 and 1.2.10 released

2011-04-19 Thread web developer
when can we expect 2.0. What percent is remaining according to you. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from

Re: Cakephp Model Testing

2010-09-15 Thread web developer
Any answers/solutions ??? Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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

Cakephp Model Testing

2010-09-15 Thread web developer
I am using cakephp 1.2 and would like to know how to do/use testing in cakephp.I went through book.cakephp.org on testing (till model testing). I hit a roadblock when i tried model testing. This is what i did A. Downloaded simpletest and added it in vendors folder B. Created test connection in da