Hi everyone,

i start think bout performance, traffic, aweseom code etc.
i have a few *find *commands in my model, depending on the flow 3-6 'little' 
*finds*, sometimes *field *only.
depending on the request flow, in the worst case all data /finds is needed 
-> read equivalent

do you think its wiser, make one 'big' *read* (20 fields in one model and in 
correspondning model betwenn 5 and about 50 fields) *everytime *and using 
*model-> 
data *for further actions instead of the more or less find calls ?



..
another little question:

whats the best way to raise an int field in a database in cakephp, like:
UPDATE foo SET bar = bar+1 

-- 
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 this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to