Performing a Join with the Select Module

Sorry, no records found.
SelectorAttributeValue

Select Tag Source

<maml:select table="molly_style_selector, molly_style_attribute" 
	key="molly_style_selector.style_id" criteria="molly_style_selector.style_id='1'" 
	detail="form.maml" orderby="style_attribute.attribute_name">
<table border="1" cellpadding ="4">
  <tr><th>Selector</th><th>Attribute</th><th>Value</th></tr>
  <maml:record>
    <tr>
      <td>
        <maml:field name="selector"/>
      </td>
      <td>
        <maml:detail><maml:field name="attribute_name"/></maml:detail>
      </td>
      <td>
        <maml:field name="attribute_value"/>
      </td>
    </tr>
  </maml:record>
</table>
</maml:select>