Skip to content

Instantly share code, notes, and snippets.

@tanrax
Created January 31, 2014 16:20
Show Gist options
  • Select an option

  • Save tanrax/8735408 to your computer and use it in GitHub Desktop.

Select an option

Save tanrax/8735408 to your computer and use it in GitHub Desktop.
PHP: Constante static (estatica)
<?php
public static $NOMBRE = 'Los manicos';
echo Panaderia::$NOMBRE;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment