Emma PHP: getField()

Retrieve the details for a single field in Emma.

Arguments: 

  • bool $deleted - (Optional) Retrieve the field details even if it is marked as deleted. Defaults to false.

Use:


require_once('../../MyEmmaPHP.php');

try {

	$me = new MyEmmaPHP();
  
	$retval = $me->getField(12644, true);
	print_r($retval);
		    
} catch ( Exception $e ) {
    echo $e->getMessage() . "\n\n";
}


Wrapper for: get_field

Keep in Touch

Contact Us

Buzz

Loading...

People talking about '@synergycode':