custom routes slow down my application

2011-07-02 Thread me...@yahoo.com
custom routes slow down my application I have loop in the routes in which I'm connecting and processing more than 100 custom routes but now my app is experiencing hard time when is loading Render Controller Action 6600 ms Any suggestion how to resolve this -- Our newest site for the community:

Re: Deployment issue - must be simple but I am missing it

2009-10-14 Thread me me me
On Oct 12, 2:47 pm, FrederickD wrote: > > My site is herehttp://bgnation.ca/reporting/. The initial page > renders fine (I haven't replaced the lorem ipsum yet... mea culpa...). > However, when I try to log in on the side bar I receive a 404 error > forhttp://bgnation.ca/users/login. Using a URL

Re: Help setting up

2009-09-27 Thread me me me
Did you sort this out ("app/webroot/" in the URL)? I passed off a project to another company who is using shared hosting and they have this problem, also. I've never deployed a Cake app on a shared host so I'm not sure where to start on this. On Sep 23, 6:03 pm, "Dave Maharaj :: WidePixels.com"

Re: Timesheet app

2009-05-04 Thread Me
My first suggestion is to do all the pre-development steps you would normally do regardless which framework or language you use. It sounds obvious, but I've seen too many Cake-rookies dive in thinking they could just scaffold-up something and run without thinking it through. Cake is great, but it

Re: create an input with $form->input() and disable it?

2009-02-16 Thread Me
Note that using "disabled" has the additional consequence that the "disabled" data you show won't POST through on the form, which may be OK depending on your situation. If you don't expect it, you can have phantom data loss If you want non-editable data but need it to POST, use array ( 'reado

Re: Mod_rewrite and Mac OSX

2008-12-17 Thread Me
I struggled with the "unformatted black text on a white background" all night last night. I had the same .htaccess problem. Once I put the correct file into the root web folder... wahlah... I open my email today to find that you had the same problem, finding the same answer. We were strugglin