herent
10/24/2017 - 9:28 PM

Concrete5 Attribute Functions

Stuff I have to copy over and over.

$selectAtt = $object->getAttribute("att_handle");
foreach ($select->getSelectedOptions() as $option){
  echo $option->getSelectAttributeOptionValue();
  echo $option->getSelectAttributeOptionID();
}