Jump to content

Form Helper - Relational Fields


mycota

Recommended Posts

It seems in the code that there are going to be some options around relational fields for forms. Would someone be willing to briefly discuss what these options are going to be and planned timeframe for release? 

/**
* Build Form Helper
*
* @param mixed $value The value
* @param \IPS\cms\Records|NULL $record The record
* @param int $flags Bit flags
* @return \IPS\Helpers\Form\FormAbstract
*/
public function buildHelper( $value=NULL, \IPS\cms\Records $record = NULL, $flags=0 )
{
if ( $this->type == 'Relational' )
{
/ @todo something about this /
return;
}

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...