Brian, Brian Kotek escreveu: > First, from your message I'm guessing that English is not your first > language
You're right. My first language is Portuguese. > What, exactly, are you "getting" 50 times for the header, body and footer? From header: - string objCompany.getName(); - numeric objCompany.getID(); (To show the image related) in the header. From body: - query objProductGateway.listTopSold(); - query objProductGateway.listTopRated(); - query objProductGateway.listFeaturedByCategory( category: 1 ); - query objProductGateway.listFeaturedByCategory( category: 2 ); - query objNewsGateway.listFeatured(); - query objTipGateway.listFeatured(); - query objLinkGateway.listFeatured(); From search include (Every page has a search area): - query objState.list() [to fill dropdown] - query objCity.list( state ) [to fill dropdown] - query objPrice.listRanges() [to fill dropdown] - query objCategory1.list() [to fill dropdown] - query objCategory2.list() [to fill dropdown] From footer: - string objCompany.getFone(); - string objCompany.getAddress(); - string objCompany.getCity().getName(); - string objCompany.getCity().getState(); - array objCompany.getContacts(); It's just an example. Ronan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CFCDev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfcdev?hl=en -~----------~----~----~----~------~----~------~--~---
