cachaito
7/19/2019 - 7:55 AM

Access to properties

<!-- 1 object --> 
$someObject->member;

<!-- 2 --> 
const BASE_API_URL = 'https://api.site.com/v1/location/';
$fullUrl = self::BASE_API_URL . $path

<!-- 3 array -->
$_GET['issue_id'];