Hi!

You are right about "lazy loading", object tries to get DicMetroLines
from DB, but it ALREADY HAVE it in returned query.

Let me try to explain what I mean by "lazy loading". An object have
property that related to another model. And this property
(DicMetroStations model) is returned with full query. But
DicMetroStations related to DicMetroLines model, and when I call it's
property
 $obj->getDicMetroStations()->getDicMetroLines()->getColor();
it do the query to DB instead of take object from $obj-
>getDicMetroStations()->getDicMetroLines relation.

Hope I could explain it correct..

About APC and XCache - I'll try later. But it would be grate if we
could find answer with memcache usage.

Thanks!

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to