Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save carlosleonam/deb8b5e0b5f45eb356a44a3c74e8f6fd to your computer and use it in GitHub Desktop.
Save carlosleonam/deb8b5e0b5f45eb356a44a3c74e8f6fd to your computer and use it in GitHub Desktop.
Adianti Framework - Execute Static Method Class in PHP-CLI

Adianti Framework - Run Static Method Class in PHP-CLI

How to run static method class from bash shell (terminal)

php -r "include('init.php');GeneralFunctions::getColumnNamesFirebird('OBJETOS','base_gdb');"

Example running

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment