Jump to content

get Address (forward compatible)


Recommended Posts

Could anyone please tell me the forward compatible way to get an address from an ID?

 

This works in v1.4 (but doesnt in v1.5)?

$address = new Address(2);

 

This works in v1.5

$address = new AddressCore(2);

 

Is there an solution which works from version 1.4 and up (1.5+) ??

Edited by clarkk (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...