Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save buiquangduc/3da2bf999faec169e170106ccf4b84c7 to your computer and use it in GitHub Desktop.
Save buiquangduc/3da2bf999faec169e170106ccf4b84c7 to your computer and use it in GitHub Desktop.
Establish conventions for common operations
<?php
// Here are some different routine with the same purpose: get the ID of object
$employee->id->get();
$person->getId();
$staff->id;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment