Skip to content

Instantly share code, notes, and snippets.

@thephucit
Created May 15, 2020 07:56
Show Gist options
  • Save thephucit/e46c929c1ccb5c261da36c48bf5541b5 to your computer and use it in GitHub Desktop.
Save thephucit/e46c929c1ccb5c261da36c48bf5541b5 to your computer and use it in GitHub Desktop.
create code from id or No
<?php
$code = 'OD.' . str_pad($this->count() + 1, 10, '0', STR_PAD_LEFT);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment