Skip to content

Instantly share code, notes, and snippets.

@moometric
moometric / function-example.php
Last active June 6, 2021 02:10
Reality - Create property in database
class new_listing {
public $propertyData;
function __construct($propertyData = NULL) {
$this->propertyData = $propertyData;
}
function Listing_CreateNewListing() {