[FX.php List] Retrieving values from value list related fields
Dale Bengston
dbengston at preservationstudio.com
Wed Nov 8 10:47:33 MST 2006
That's a pretty good solution, Bob. I think it was probably the
500-600 record retrieval that caused the slow-down rather than
filtering it with PHP. PHP is wicked fast for that kind of thing.
Dale
On Nov 8, 2006, at 11:01 AM, Bob Patin wrote:
> Dale,
>
> I just remembered why I moved away from that: actually, before I
> was even dealing with the images, I was using a query to return my
> list of auto makes. However, in many cases there are hundreds of
> records returned, and then within that found set there are approx.
> 20-40 different auto makes. So what I had done was to loop through
> the found set to create my list for my pulldown menu, and that took
> a while when there were 500-600 records.
>
> But I just made a simple discovery, and I think this will do it:
>
> Since the image names are based on the model name, I'll just append
> ".jpg" to the image names, and I'm done... the only catch is that
> my client will be forced to keep the names the same, but I think
> that's an acceptable tradeoff...
>
>
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list
More information about the FX.php_List
mailing list