Hi Langdon

My first though is that you need to look at the recursion for your
model and unbind unnecessary model relationships - by default Cake
will just pull in masses of related records. You can cut it down by
first unbinding anything you don't strictly need and then further only
select the fields you want.

I've had similar blank screens in situations where PHP has just timed
out.

When I am writing SQL I only ever select the fields that I
specifically want and very rarely use SELECT * FROM - but I think with
Cake it is too easy just to return all the feilds - I suppose this is
good for quick prototyping but then I often find myself having to go
back and optimise.

The bit of the manual that deals with unbinding is in the model
section of the manual http://manual.cakephp.org/view/312/models

John

--~--~---------~--~----~------------~-------~--~----~
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