close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

nesting repeat region

Thread began 7/18/2016 1:34 am by Jamie | Last modified 7/19/2016 2:22 pm by Jamie | 1977 views | 18 replies

Jamie

nesting repeat region

Hey Ray

In the db I have a table 'productmanufacturers' which is used to select a ManufacturerName and add it to the table.

Then, I have a table 'download' which creates a dropdown and populates it with the ManufacturerName above into the column 'DownloadManufacturer' within the 'download' table.

On the front end, I am creating a repeat region which lists out all the values from table 'productmanufacturers' column 'ManufacturerName'
RS:

<?php
$Downloads = new WA_MySQLi_RS("Downloads",$DBConnection,0);
$Downloads->setQuery("SELECT * FROM productmanufacturers WHERE Live = 1 ORDER BY ManufacturerName ASC");
$Downloads->execute();
?>


repeat region

<?php
while(!$Downloads->atEnd()) {
?>
<h2 class="downloadTitle"><?php echo($Downloads->getColumnVal("ManufacturerName")); ?></h2>
<?php
$Downloads->moveNext();
}
$Downloads->moveFirst(); //return RS to first record
?>



so far so good.....

Now what I am trying to achieve is another repeat region within the above that, if 'DownloadManufacturer' from table 'download' is equal to 'ManPermalink' from table 'productmanufacturers' then it lists the records from 'download' in that repeat.

Am not sure what I need to do (either rs wise or nested repeat itself) - dont know if I can use the same rs Downloads and if so, how to structure the SELECT statment or if I need to create a new RS completely for the nested repeat but if thats the case, how to create the SELECT so that it is 'linked' to the original

Thanks

Jamie

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...