Skip to content

Instantly share code, notes, and snippets.

@rahuldadhich
Last active July 1, 2021 04:42
Show Gist options
  • Save rahuldadhich/30be2c422c6d4b578f31156433b98437 to your computer and use it in GitHub Desktop.
Save rahuldadhich/30be2c422c6d4b578f31156433b98437 to your computer and use it in GitHub Desktop.
Check if constant is defined or not - Codeigniter
if(defined('CONSTANT_NAME')) {
// do yes
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment